|
@@ -269,15 +269,6 @@ public class CustomerManagementService implements BaseService<CustomerManagement
|
|
|
// log.error("推送客户失败",e);
|
|
|
// }
|
|
|
|
|
|
-// try {
|
|
|
-// // 客户分配
|
|
|
-// JSONObject json = new JSONObject();
|
|
|
-// json.put("pk_org", InvoiceUtil.pk_org);
|
|
|
-// json.put("ncid", identityCardBuilder.toString());
|
|
|
-// InvoiceUtil.customerAssign(json);
|
|
|
-// }catch (Exception e){
|
|
|
-// log.error("客户分配失败",e);
|
|
|
-// }
|
|
|
|
|
|
return result;
|
|
|
|