|
|
|
@ -37,7 +37,7 @@ public class CaseStepController {
|
|
|
|
|
public ResultEntity<List<SysCaseQuestionStepWithBLOBs>> selectCaseStep(@ApiParam("案例题ID") @RequestParam String caseId) {
|
|
|
|
|
SysCaseQuestionStepExample example = new SysCaseQuestionStepExample();
|
|
|
|
|
example.createCriteria().andCaseIdEqualTo(caseId);
|
|
|
|
|
// example.setOrderByClause("sort ASC");
|
|
|
|
|
example.setOrderByClause("sort ASC");
|
|
|
|
|
List<SysCaseQuestionStepWithBLOBs> stepList = caseQuestionStepMapper.selectByExampleWithBLOBs(example);
|
|
|
|
|
return new ResultEntity<>(stepList);
|
|
|
|
|
}
|
|
|
|
|