19e9364d by 肖初晴

【DAOP-1.0】数据需求

【功能点】联调问题处理
1 parent ff891b1f
......@@ -285,7 +285,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
vo.setAcceptanceNameGuid(dto.getStaffGuid());
vo.setAcceptanceName(user.getUserName());
vo.setAcceptanceDate(new Date());
vo.setAcceptanceReason(approvalFlowUtil.getApprovalInfo(dto.getBizGuid()).getApproveSuggest());
vo.setAcceptanceReason(dto.getApproveSuggest());
vo.setRequestPath(bean.getRequestType());
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!