This commit is contained in:
670788339
2025-11-10 18:13:54 +08:00
parent 16712cc020
commit 10098e2e84

View File

@@ -2145,7 +2145,9 @@ public class CourseServiceImpl implements ICourseService {
@Override
public Boolean getCourseTip(String aid) {
log.info("getCourseTip aid = {} ",aid);
List<Tip> list = tipDao.findList(FieldFilters.eq("aid", aid));
log.info("getCourseTip list = {} ",list);
if (list != null && !list.isEmpty()){
return false;//已提示
}