Commit 8b5616ef authored by 徐州's avatar 徐州

新增日志

parent 503e1b54
...@@ -356,7 +356,7 @@ public class CustomerWechat implements ICustomerWechat { ...@@ -356,7 +356,7 @@ public class CustomerWechat implements ICustomerWechat {
// 业务层统一处理 // 业务层统一处理
try { try {
House365RestObject<CustomerEntity> data = doGetHotLineCustomer(map); House365RestObject<CustomerEntity> data = doGetHotLineCustomer(map);
LOGGER.error("getShowMobile=" + entity.getShowMobile() + ",data.size=" + data.getList().size()); System.out.println(("getShowMobile=" + entity.getShowMobile() + ",data.size=" + data.getList().size()));
if(entity.getShowMobile() != 1) { if(entity.getShowMobile() != 1) {
if(entity.getShowMobile() != 1) { if(entity.getShowMobile() != 1) {
if(data.getList() != null) { if(data.getList() != null) {
......
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