Commit 309dc174 authored by 徐州's avatar 徐州

新增日志

parent 8b5616ef
...@@ -339,6 +339,7 @@ public class ProjectWechat implements IProjectWechat { ...@@ -339,6 +339,7 @@ public class ProjectWechat implements IProjectWechat {
// 业务层统一处理 // 业务层统一处理
try { try {
House365RestObject<CustomerEntity> data = doGetCustomerDetail(map); House365RestObject<CustomerEntity> data = doGetCustomerDetail(map);
System.out.println("=======================getCustomerDetail=======================\n" + JSONObject.fromObject(data).toString());
if(entity.getShowMobile() != 1) { if(entity.getShowMobile() != 1) {
data.getEntity().setPhone(MobileUtil.hidePhone(data.getEntity().getPhone())); data.getEntity().setPhone(MobileUtil.hidePhone(data.getEntity().getPhone()));
} }
......
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