【数据资产】
1、主平台审批通过 同步经办人和法人到数据港
Showing
2 changed files
with
7 additions
and
7 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment