可信空间连接器入住接口
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment