1
This commit is contained in:
@@ -207,7 +207,7 @@ public class JDUtils {
|
||||
* 扫描订单发送到微信
|
||||
* 每分钟的30秒执行一次
|
||||
*/
|
||||
@Scheduled(cron = "*/2 * * * * ?")
|
||||
@Scheduled(cron = "*/10 * * * * ?")
|
||||
public void sendOrderToWx() {
|
||||
//long start = System.currentTimeMillis();
|
||||
int[] validCodes = {-1};
|
||||
|
||||
Reference in New Issue
Block a user