|
@@ -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();
|
|
@@ -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();
|