xiaoCJ 9 months ago
parent bb3417e2d8
commit 51a4b59636

@ -94,8 +94,7 @@ public class CaseStepController {
private List<SysTopicAndCourse> getSysTopicAndCourses(String caseId) {
SysTopicAndCourseExample example = new SysTopicAndCourseExample();
example.createCriteria().andTopicIdEqualTo(caseId).andTopicTypeEqualTo("1");
List<SysTopicAndCourse> sysTopicAndCourses = topicAndCourseMapper.selectByExample(example);
return sysTopicAndCourses;
return topicAndCourseMapper.selectByExample(example);
}

Loading…
Cancel
Save