8d90fc2a by xu

可信空间连接器入住接口

1 parent 05a0488c
...@@ -309,8 +309,8 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements ...@@ -309,8 +309,8 @@ 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 && "Y".equals(entity.getIsChangeData())){
314 changSourceConnectorInentity(entity); 314 changSourceConnectorInentity(entity);
315 } 315 }
316 } 316 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!