e44f81a5 by xiaojie

【数据资产】

1、主平台审批通过 同步经办人和法人到数据港
1 parent c9932ab1
......@@ -248,10 +248,6 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
//同步更新会员表
enterpriseService.updateTenant(vo);
// 调用数据港法人和经办人更新接口
dataPortService.operatorUpdate(entity);
dataPortService.enterpriseUpdate(entity);
}
}
......@@ -352,6 +348,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
//同步更新会员表
enterpriseService.updateTenant(vo);
// 调用数据港法人和经办人更新接口
dataPortService.operatorUpdate(entity);
dataPortService.enterpriseUpdate(entity);
}
}
......
......@@ -477,9 +477,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
else{
updateTenant(entity);
}
// 调用数据港法人和经办人注册接口
dataPortService.operatorRegister(entity);
dataPortService.enterpriseRegister(entity);
}
}
......@@ -522,6 +519,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
else{
updateTenant(entity);
}
// 调用数据港法人和经办人注册接口
dataPortService.operatorRegister(entity);
dataPortService.enterpriseRegister(entity);
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!