Commit 24625305 authored by 徐州's avatar 徐州

修改线上环境数据库参数

parent fef106f1
...@@ -841,7 +841,7 @@ public class CustomerManagementController extends BaseController { ...@@ -841,7 +841,7 @@ public class CustomerManagementController extends BaseController {
} }
} }
logger.error("-------------------------3:" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date())); logger.error("-------------------------3:" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) + userEntity.toString() + "!!" + userEntity.getShowMobile());
//对回访时间逻辑排序 //对回访时间逻辑排序
List<CustomerListVO> newCustomers = new ArrayList<>();//新排序数据 List<CustomerListVO> newCustomers = new ArrayList<>();//新排序数据
List<CustomerListVO> customers2 = new ArrayList<>();//可移除的客户集合 List<CustomerListVO> customers2 = new ArrayList<>();//可移除的客户集合
......
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