Commit 02ef0094 authored by zhengyi's avatar zhengyi

修改提单业务调整

parent 9b421393
......@@ -307,7 +307,7 @@ public class MakeBillOfLadingServiceImpl extends AbstractService<MakeBillOfLadin
// 提单直接审批通过
updateObj.setStatus(2);
//end 提单直接审批通过
if (null != updateReqVO.getNeedBackend() && updateReqVO.getNeedBackend()) {
OrderDO order = orderQueryService.getOrderById(Long.valueOf(makeBillOfLading.getOrderId()));
OrderObjectiveDO orderObjectiveDO = orderObjectiveService.getByOrderId(order.getOrderId());
......@@ -340,6 +340,8 @@ public class MakeBillOfLadingServiceImpl extends AbstractService<MakeBillOfLadin
}
//设置生成的PDF路径
updateObj.setImgUrl(pdfUrl);
}
/*
String bpmProcessId =
bpmCreateServiceFactory.createBmp(SecurityFrameworkUtils.getLoginUserId(),
......
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