19e9364d by 肖初晴

【DAOP-1.0】数据需求

【功能点】联调问题处理
1 parent ff891b1f
...@@ -285,7 +285,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -285,7 +285,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
285 vo.setAcceptanceNameGuid(dto.getStaffGuid()); 285 vo.setAcceptanceNameGuid(dto.getStaffGuid());
286 vo.setAcceptanceName(user.getUserName()); 286 vo.setAcceptanceName(user.getUserName());
287 vo.setAcceptanceDate(new Date()); 287 vo.setAcceptanceDate(new Date());
288 vo.setAcceptanceReason(approvalFlowUtil.getApprovalInfo(dto.getBizGuid()).getApproveSuggest()); 288 vo.setAcceptanceReason(dto.getApproveSuggest());
289 vo.setRequestPath(bean.getRequestType()); 289 vo.setRequestPath(bean.getRequestType());
290 290
291 dataProcessBasicFeign.saveProcessOrder(vo); 291 dataProcessBasicFeign.saveProcessOrder(vo);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!