|
|
@ -1103,8 +1103,8 @@ public class CrmCustomerTempService extends MybatisBaseService<CrmCustomerTempMa |
|
|
|
public ResultBean sendFinCustomer(String[] customerSids) { |
|
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
|
List<BdCustomer> bdCustomers = new ArrayList<>(); |
|
|
|
BdCustomer bdCustomer = new BdCustomer(); |
|
|
|
for (String customerSid : customerSids) { |
|
|
|
BdCustomer bdCustomer = new BdCustomer(); |
|
|
|
CrmCustomerTemp crmCustomerTemp = fetchBySid(customerSid); |
|
|
|
String createOrgSid = crmCustomerTemp.getCreateOrgSid(); |
|
|
|
SysOrganizationVo sysOrganizationVo = sysOrganizationFeign.fetchBySid(createOrgSid).getData(); |
|
|
|