Commit ae14bb01 by huluobin

update

parent a08c2948
...@@ -209,7 +209,7 @@ public class Schedule { ...@@ -209,7 +209,7 @@ public class Schedule {
List<ScheduleServe> scheduleServeList = scheduleManageMapper.selectByScheduleId(scheduleManage.getId()); List<ScheduleServe> scheduleServeList = scheduleManageMapper.selectByScheduleId(scheduleManage.getId());
if (!scheduleManageList.stream().map(ScheduleManage::getStatus) if (!scheduleServeList.stream().map(ScheduleServe::getStatus)
.map(status -> status.equals(1)) .map(status -> status.equals(1))
.collect(Collectors.toList()) .collect(Collectors.toList())
.contains(false)) { .contains(false)) {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
select * select *
from purchase_sku from purchase_sku
where sku_name like concat('%', #{skuName}, '%') where sku_name like concat('%', #{skuName}, '%')
limit 1 limit 1S
</select> </select>
</mapper> </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