Commit 874a52ec authored by 李博今's avatar 李博今

新增选择客服功能

parent bb9854b5
......@@ -39,7 +39,7 @@ public class DeleteUserTimer {
private final static Logger log = LoggerFactory.getLogger(DeleteUserTimer.class);
@Scheduled(cron = "0 0 * * * ?")
@Scheduled(cron = "0 0 * * * ?" )
public void deleteLongTimeUser(){
log.info("----------------------------------统计员工工作情况----------------------------------");
......
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