Commit ae14bb01 by huluobin

update

parent a08c2948
......@@ -209,7 +209,7 @@ public class Schedule {
List<ScheduleServe> scheduleServeList = scheduleManageMapper.selectByScheduleId(scheduleManage.getId());
if (!scheduleManageList.stream().map(ScheduleManage::getStatus)
if (!scheduleServeList.stream().map(ScheduleServe::getStatus)
.map(status -> status.equals(1))
.collect(Collectors.toList())
.contains(false)) {
......
......@@ -21,7 +21,7 @@
select *
from purchase_sku
where sku_name like concat('%', #{skuName}, '%')
limit 1
limit 1S
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment