bug fix
This commit is contained in:
@@ -96,8 +96,6 @@ public class AppCashController {
|
||||
}
|
||||
redisUtils.set(intervalKey, true, 30);
|
||||
|
||||
Calendar calendar = Calendar.getInstance();
|
||||
int hour = calendar.get(Calendar.HOUR_OF_DAY);
|
||||
CommonInfo info = commonInfoService.findOne(930);
|
||||
if (info == null) {
|
||||
return Result.error("当前时间段未开启提现功能");
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
c.is_over AS isOver,
|
||||
c.title,
|
||||
c.title_img AS titleImg,
|
||||
c.course_type AS courseType,
|
||||
c.course_type AS courseType
|
||||
FROM
|
||||
course AS c
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user