|
@@ -17,7 +17,6 @@ import org.jeecg.modules.app.form.CourseQueryUsersForm;
|
|
|
import org.jeecg.modules.app.form.TemporaryCourseForm;
|
|
|
import org.jeecg.modules.app.service.IAppIsinService;
|
|
|
import org.jeecg.modules.app.vo.*;
|
|
|
-import org.jeecg.modules.redission.RedissonDelayQueue;
|
|
|
import org.jeecg.modules.system.app.entity.AppCoursesPriceRules;
|
|
|
import org.jeecg.modules.system.app.entity.AppCoursesVerificationRecord;
|
|
|
import org.jeecg.modules.system.app.entity.AppOrderProInfo;
|
|
@@ -249,7 +248,7 @@ public class CommercialController {
|
|
|
return Result.OK(appIsinService.repealVerifyRecord(appIsinId));
|
|
|
}
|
|
|
|
|
|
- private final RedissonDelayQueue redissonDelayQueue;
|
|
|
+// private final RedissonDelayQueue redissonDelayQueue;
|
|
|
/**
|
|
|
* 测试超时未支付延时任务
|
|
|
*/
|
|
@@ -257,7 +256,7 @@ public class CommercialController {
|
|
|
public void orderTimeOutTask() {
|
|
|
log.info("测试超时未支付延时任务-开始");
|
|
|
String task = "OrderTimeOutTask_1953753939752968194";
|
|
|
- redissonDelayQueue.offerTask(task, 30);
|
|
|
+// redissonDelayQueue.offerTask(task, 30);
|
|
|
log.info("测试超时未支付延时任务-结束");
|
|
|
}
|
|
|
}
|