统计定时
This commit is contained in:
parent
99c3c8e49e
commit
8d494b5744
|
@ -61,7 +61,7 @@ public class AllTaskServiceImpl implements AllTaskSercice {
|
|||
* A0,A1,A2,A3,A4,A5等
|
||||
*/
|
||||
// @Scheduled(cron = "0 * * * * ?")
|
||||
// @Scheduled(cron = "0 00 21 * * ?")
|
||||
@Scheduled(cron = "0 00 21 * * ?")
|
||||
public void upgradeJishi() {
|
||||
System.out.println("------------计算技师升级规则-----------");
|
||||
//1.获取全部参与积分规则的技师
|
||||
|
|
Loading…
Reference in New Issue