Commit 1bf3a039 authored by lanbaoming's avatar lanbaoming

2024-06-28-1提交

parent bf001a68
......@@ -304,11 +304,16 @@ public class MakeBillOfLadingServiceImpl extends AbstractService<MakeBillOfLadin
makeBillOfLadingMapper.updateById(updateObj);
OrderBackVO order = orderQueryService.getOrder(Long.valueOf(makeBillOfLadingMapper.selectById(updateReqVO.getId()).getOrderId()));
/*
String bpmProcessId =
bpmCreateServiceFactory.createBmp(SecurityFrameworkUtils.getLoginUserId(), updateReqVO.getId(), WorkFlowEmus.SHIPMENT_BILL_LADING.getKey(), order.getOrderNo(),
bpmCreateServiceFactory.createBmp(SecurityFrameworkUtils.getLoginUserId(),
updateReqVO.getId(),
WorkFlowEmus.SHIPMENT_BILL_LADING.getKey(),
order.getOrderNo(),
updateReqVO.getCopyUserId());
updateObj.setBpmProcessId(bpmProcessId);*/
updateObj.setBpmProcessId(bpmProcessId);
makeBillOfLadingMapper.updateById(updateObj);
}
......
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