mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
日志
This commit is contained in:
@@ -2145,7 +2145,9 @@ public class CourseServiceImpl implements ICourseService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Boolean getCourseTip(String aid) {
|
public Boolean getCourseTip(String aid) {
|
||||||
|
log.info("getCourseTip aid = {} ",aid);
|
||||||
List<Tip> list = tipDao.findList(FieldFilters.eq("aid", aid));
|
List<Tip> list = tipDao.findList(FieldFilters.eq("aid", aid));
|
||||||
|
log.info("getCourseTip list = {} ",list);
|
||||||
if (list != null && !list.isEmpty()){
|
if (list != null && !list.isEmpty()){
|
||||||
return false;//已提示
|
return false;//已提示
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user