e44f81a5 by xiaojie

【数据资产】

1、主平台审批通过 同步经办人和法人到数据港
1 parent c9932ab1
...@@ -248,10 +248,6 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro ...@@ -248,10 +248,6 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
248 248
249 //同步更新会员表 249 //同步更新会员表
250 enterpriseService.updateTenant(vo); 250 enterpriseService.updateTenant(vo);
251
252 // 调用数据港法人和经办人更新接口
253 dataPortService.operatorUpdate(entity);
254 dataPortService.enterpriseUpdate(entity);
255 } 251 }
256 } 252 }
257 253
...@@ -352,6 +348,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro ...@@ -352,6 +348,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
352 348
353 //同步更新会员表 349 //同步更新会员表
354 enterpriseService.updateTenant(vo); 350 enterpriseService.updateTenant(vo);
351
352 // 调用数据港法人和经办人更新接口
353 dataPortService.operatorUpdate(entity);
354 dataPortService.enterpriseUpdate(entity);
355 } 355 }
356 } 356 }
357 357
......
...@@ -477,9 +477,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -477,9 +477,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
477 else{ 477 else{
478 updateTenant(entity); 478 updateTenant(entity);
479 } 479 }
480 // 调用数据港法人和经办人注册接口
481 dataPortService.operatorRegister(entity);
482 dataPortService.enterpriseRegister(entity);
483 } 480 }
484 481
485 } 482 }
...@@ -522,6 +519,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -522,6 +519,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
522 else{ 519 else{
523 updateTenant(entity); 520 updateTenant(entity);
524 } 521 }
522 // 调用数据港法人和经办人注册接口
523 dataPortService.operatorRegister(entity);
524 dataPortService.enterpriseRegister(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!