|
|
@ -982,8 +982,8 @@ public class CrmCustomerTempService extends MybatisBaseService<CrmCustomerTempMa |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
customerNoPrefix = customerNoPrefix + HanZiConverterPinYin.getPinYinFirst(name) + mobile; |
|
|
|
return customerNoPrefix; |
|
|
|
customerNoPrefix = customerNoPrefix+ mobile + HanZiConverterPinYin.getPinYinFirst(name) ; |
|
|
|
return customerNoPrefix.length()>30?customerNoPrefix.substring(0,29):customerNoPrefix; |
|
|
|
} |
|
|
|
|
|
|
|
private Map<String, String> genetrateCustomerNumO(String customerTypeKey, SysUserInfoVo sysUserInfoVo) { |
|
|
@ -1113,7 +1113,7 @@ public class CrmCustomerTempService extends MybatisBaseService<CrmCustomerTempMa |
|
|
|
bdCustomer.setFNumber(crmCustomerTemp.getCustomerNo()); |
|
|
|
bdCustomers.add(bdCustomer); |
|
|
|
} |
|
|
|
finKingDeeFeign.saveBdCustomers(bdCustomers); |
|
|
|
finKingDeeFeign.draftBdCustomers(bdCustomers); |
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|
} |