d7c2d28d by xiaojie

【数据资产】

1、策略校验
1 parent 393f021f
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!