22eb9cdc by xu

可信空间连接器入住接口

1 parent dd8f1ff4
...@@ -309,6 +309,7 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements ...@@ -309,6 +309,7 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements
309 } 309 }
310 //主平台审批通过更新数据 310 //主平台审批通过更新数据
311 if("MAIN".equals(platformType)) { 311 if("MAIN".equals(platformType)) {
312 log.info("flowComplete entity:{}",entity);
312 if(ApprovalStateEnum.PASSED.getValue().equals(bizApproveVO.getApprovalState())){ 313 if(ApprovalStateEnum.PASSED.getValue().equals(bizApproveVO.getApprovalState())){
313 changSourceConnectorInentity(entity); 314 changSourceConnectorInentity(entity);
314 } 315 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!