|
@@ -745,6 +745,10 @@ public class AdminCustomerController {
|
|
|
return rjx;
|
|
|
}
|
|
|
|
|
|
+ customerInfo.setCustomerTel(customerInfo.getCustomerTel().trim());
|
|
|
+ cmRelation.setRelationBackTel(cmRelation.getRelationBackTel().trim());
|
|
|
+ cmRelation.setRelationSendTel(cmRelation.getRelationSendTel().trim());
|
|
|
+
|
|
|
Integer customerIsSolve = customerInfo.getCustomerIsSolve(); //处理类型
|
|
|
String phone = customerInfo.getCustomerTel(); //手机号码
|
|
|
Integer typeCompany = customerInfo.getTypeCompany(); // 所属商城 1:美国watero; 2:上朵电动牙刷 3:优尼雅净水机
|
|
@@ -861,6 +865,10 @@ public class AdminCustomerController {
|
|
|
}
|
|
|
Integer flag = 0;
|
|
|
|
|
|
+ customerInfo.setCustomerTel(customerInfo.getCustomerTel().trim());
|
|
|
+ cmRelation.setRelationBackTel(cmRelation.getRelationBackTel().trim());
|
|
|
+ cmRelation.setRelationSendTel(cmRelation.getRelationSendTel().trim());
|
|
|
+
|
|
|
Integer customerIsSolve = customerInfo.getCustomerIsSolve(); //处理类型
|
|
|
String phone = customerInfo.getCustomerTel(); //手机号码
|
|
|
Integer typeCompany = customerInfo.getTypeCompany(); // 所属商城 1:美国watero; 2:上朵电动牙刷 3:优尼雅净水机
|