92339ac0 by xiaojie

【数据资产】

1、发起跨平台审批流程
1 parent 9a0195d7
......@@ -160,6 +160,8 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
@Override
public void saveDemand(FlowRQBaseVO flowBaseVO) {
DemandRQVO rqVO = (DemandRQVO) flowBaseVO;
log.info("======rqVO, {}", JSON.toJSONString(rqVO));
System.out.println("======rqVO, " + JSON.toJSONString(rqVO));
beforeSave(rqVO);
MfDemand entity = convertToEntity(rqVO);
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!