Sfoglia il codice sorgente

add 需提交报告列表接口

周箭河 5 anni fa
parent
commit
7966e71415

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/CourseScheduleEvaluateMapper.xml

@@ -99,6 +99,7 @@
             #{classGroupId}
         </foreach>
         AND status_=1
+        ORDER BY create_time_ ASC
     </select>
 
     <resultMap id="PracticeGroupsOrgan" type="com.ym.mec.biz.dal.dto.PracticeGroupsDto">