Commit 9a519045 authored by 徐州's avatar 徐州

补充部分页面手机号码加密

parent 754f9f5f
...@@ -723,6 +723,10 @@ public class PlatformManagementController extends BaseController { ...@@ -723,6 +723,10 @@ public class PlatformManagementController extends BaseController {
model.addAttribute("displayBackToSeaDate", displayBackToSeaDate); model.addAttribute("displayBackToSeaDate", displayBackToSeaDate);
} }
userEntity.setCity(cityCode); userEntity.setCity(cityCode);
if(userEntity.getShowMobile() != 1) {
customerEntity.setPhone(MobileUtil.hidePhone(customerEntity.getPhone()));
}
model.addAttribute("action", action); model.addAttribute("action", action);
model.addAttribute("callLogs", backLogList); model.addAttribute("callLogs", backLogList);
model.addAttribute("customerProjects", cpList); model.addAttribute("customerProjects", cpList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment