92339ac0 by xiaojie

【数据资产】

1、发起跨平台审批流程
1 parent 9a0195d7
...@@ -160,6 +160,8 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -160,6 +160,8 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
160 @Override 160 @Override
161 public void saveDemand(FlowRQBaseVO flowBaseVO) { 161 public void saveDemand(FlowRQBaseVO flowBaseVO) {
162 DemandRQVO rqVO = (DemandRQVO) flowBaseVO; 162 DemandRQVO rqVO = (DemandRQVO) flowBaseVO;
163 log.info("======rqVO, {}", JSON.toJSONString(rqVO));
164 System.out.println("======rqVO, " + JSON.toJSONString(rqVO));
163 beforeSave(rqVO); 165 beforeSave(rqVO);
164 MfDemand entity = convertToEntity(rqVO); 166 MfDemand entity = convertToEntity(rqVO);
165 entity.setRequirementOrderNo(configureFeign.newCode(new RuleDTO().setRuleName("demand-code").setRuleType("generate")).getData()); 167 entity.setRequirementOrderNo(configureFeign.newCode(new RuleDTO().setRuleName("demand-code").setRuleType("generate")).getData());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!