Browse Source

Merge branch 'saas_zx_2022-03-27' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 3 years ago
parent
commit
b69f5cf725

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

@@ -361,6 +361,7 @@
                 AND (s.subject_id_list_ = #{subjectId})
             </if>
         </where>
+        ORDER BY cto.id_ DESC
         <include refid="global.limit"/>
     </select>