8d90fc2a by xu

可信空间连接器入住接口

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