|
|
|
@ -302,7 +302,7 @@ public class IoCollectOrderService extends ServiceImpl<IoCollectOrderMapper, IoC
|
|
|
|
|
.updateTime(new Date())
|
|
|
|
|
.orderCirType(sysWorkplaceDocumentEntity.getOrderCirType())
|
|
|
|
|
.splitStatus(0)
|
|
|
|
|
.tagStatus(0)
|
|
|
|
|
.tagStatus(1)
|
|
|
|
|
.build();
|
|
|
|
|
if (collectOrder.getWorkPlaceCode() != null) {
|
|
|
|
|
collectOrder.setTagStatus(1);
|
|
|
|
@ -310,6 +310,7 @@ public class IoCollectOrderService extends ServiceImpl<IoCollectOrderMapper, IoC
|
|
|
|
|
save(collectOrder);
|
|
|
|
|
IoCollectOrderOrigin ioCollectOrderOrigin = new IoCollectOrderOrigin();
|
|
|
|
|
BeanUtils.copyProperties(collectOrder,ioCollectOrderOrigin);
|
|
|
|
|
ioCollectOrderOrigin.setTagStatus(2);
|
|
|
|
|
collectOrderOriginService.saveOrUpdate(ioCollectOrderOrigin);
|
|
|
|
|
|
|
|
|
|
List<IoOrderDetailBizEntity> orderDetailBizEntities = orderDetailBizService.findByOrderId(ioOrderEntity.getBillNo());
|
|
|
|
|