|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|