|
|
@@ -133,6 +133,7 @@ public class FsCompanyCustomerController extends BaseController {
|
|
|
public AjaxResult getInfo(@PathVariable Long id) {
|
|
|
FsCompanyCustomer fsCompanyCustomer = fsCompanyCustomerService.selectFsCompanyCustomerById(id);
|
|
|
if (fsCompanyCustomer!=null){
|
|
|
+ fsCompanyCustomer.setNoEncryptPhone(fsCompanyCustomer.getPhone());
|
|
|
fsCompanyCustomer.setPhone(maskPhoneMiddleFive(fsCompanyCustomer.getPhone()));
|
|
|
}
|
|
|
return AjaxResult.success(fsCompanyCustomer);
|