|
|
@@ -51,8 +51,8 @@ public class ReleaseUserTask {
|
|
|
*
|
|
|
* @throws InterruptedException
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 55 11 * * ?")
|
|
|
-// @Scheduled(cron = "0 0 1 * * ?")
|
|
|
+// @Scheduled(cron = "0 55 11 * * ?")
|
|
|
+ @Scheduled(cron = "0 0 1 * * ?")
|
|
|
public void startTask() {
|
|
|
try {
|
|
|
pushUserDays();
|