【数据资产】
1、策略校验
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -520,8 +520,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -520,8 +520,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 520 | updateTenant(entity); | 520 | updateTenant(entity); |
| 521 | } | 521 | } |
| 522 | // 调用数据港法人和经办人注册接口 | 522 | // 调用数据港法人和经办人注册接口 |
| 523 | dataPortService.operatorRegister(entity); | ||
| 524 | dataPortService.enterpriseRegister(entity); | 523 | dataPortService.enterpriseRegister(entity); |
| 524 | // dataPortService.operatorRegister(entity); | ||
| 525 | } | 525 | } |
| 526 | } | 526 | } |
| 527 | 527 | ... | ... |
-
Please register or sign in to post a comment