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

新增日志

parent 04fc2b2e
...@@ -356,6 +356,8 @@ public class CustomerWechat implements ICustomerWechat { ...@@ -356,6 +356,8 @@ public class CustomerWechat implements ICustomerWechat {
// 业务层统一处理 // 业务层统一处理
try { try {
House365RestObject<CustomerEntity> data = doGetHotLineCustomer(map); House365RestObject<CustomerEntity> data = doGetHotLineCustomer(map);
LOGGER.info("getShowMobile=" + entity.getShowMobile() + ",data.size=" + data.getList().size());
if(entity.getShowMobile() != 1) {
if(entity.getShowMobile() != 1) { if(entity.getShowMobile() != 1) {
if(data.getList() != null) { if(data.getList() != null) {
for (int i = 0; i < data.getList().size(); i++) { for (int i = 0; i < data.getList().size(); i++) {
...@@ -363,6 +365,7 @@ public class CustomerWechat implements ICustomerWechat { ...@@ -363,6 +365,7 @@ public class CustomerWechat implements ICustomerWechat {
} }
} }
} }
}
response.setResult(ReturnAppResult.APP_SUCCESS.getResultCode()); response.setResult(ReturnAppResult.APP_SUCCESS.getResultCode());
response.setMsg(ReturnAppResult.APP_SUCCESS.getResultMessage()); response.setMsg(ReturnAppResult.APP_SUCCESS.getResultMessage());
response.setData(data); response.setData(data);
......
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