Commit e622d244 by huluobin

update

parent 25b680d8
......@@ -1365,7 +1365,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
//自带款式
if (scheduleServe.getServeName().trim().equals(ScheduleServe.OWN_PRODUCE_KEY)) {
scheduleServe.setIsOwnProduce(1);
if (scheduleServe.getOwnProduceId() != null) {
if (scheduleServeCommand.getOwnProduceId() != null) {
scheduleServe.setOwnProduceId(scheduleServeCommand.getOwnProduceId());
scheduleServe.setOwnProduce(ownProduceMapper.selectById(scheduleServeCommand.getOwnProduceId()));
}
......
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