Commit 8d268d68 authored by honghy's avatar honghy Committed by wux

bug181客户经理接收客户,没有赋值归属时间

parent 5358d0a3
......@@ -2598,6 +2598,9 @@ public class CustomerServiceImpl extends AbstractService<CustomerMapper,
//更新状态更新时间,为以后入公海池提供基准时间
customer.setStatusUpdateTime(now);
//更新归属时间
customer.setCustomerServiceConfirmedTime(now);
//设置预计进行公海池时间
//Date estimateEnterOpenSeaTime = DateUtil.offsetMonth(now, 1).toJdkDate();
Date estimateEnterOpenSeaTime = DateUtil.offsetMonth(now, 3).toJdkDate(); //改为延期3个月
......
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