|
@@ -304,9 +304,9 @@ public class AppCoureseServiceImpl extends ServiceImpl<AppCoursesMapper, AppCour
|
|
|
coursesPriceRulesVO.setOrDone(true);
|
|
|
}
|
|
|
if (today.isAfter(localDate)) {
|
|
|
- coursesPriceRulesVO.setOrToday(true);
|
|
|
- } else {
|
|
|
coursesPriceRulesVO.setOrToday(false);
|
|
|
+ } else {
|
|
|
+ coursesPriceRulesVO.setOrToday(true);
|
|
|
}
|
|
|
coursesPriceRulesVO.setCourseType(key);
|
|
|
verifyCourseInfoDTOList.add(coursesPriceRulesVO);
|