Commit 2e88cd12 by liyanlin

fix

parent e2c0d9d6
......@@ -1333,6 +1333,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
.status(OrderManage.STATUS_SYSTEM_UN_CHECK)
//订单号
.orderNo(this.getOrderNo(scheduleManage.getDepartmentId(), scheduleManage.getId()))
.brandId(scheduleManage.getBrandId())
.build();
List<OrderServe> orderServeList = new ArrayList<>();
......
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