@@ -150,6 +150,7 @@ public class FsCompanyCustomerController extends BaseController {
// fsCompanyCustomer.setNoEncryptPhone(fsCompanyCustomer.getPhone());
// fsCompanyCustomer.setPhone(maskPhoneMiddleFive(fsCompanyCustomer.getPhone()));
// }
+ fsCompanyCustomer.setPhone(maskPhoneMiddleFive(fsCompanyCustomer.getPhone()));
return AjaxResult.success(fsCompanyCustomer);
}