|
|
@@ -40,7 +40,7 @@ public class WxAppVisitSchedule { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//@Scheduled(cron = "0 */1 * * * *?")
|
|
|
//@Scheduled(cron = "0 */1 * * * *?")
|
|
|
@Scheduled(cron = "0 0 0 * * ? *")
|
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 0 * * ?")
|
|
|
public void start() {
|
|
|
public void start() {
|
|
|
try {
|
|
|
try {
|
|
|
Calendar c =Calendar.getInstance();
|
|
|
Calendar c =Calendar.getInstance();
|
|
|
|