Parcourir la source

1、乐团课新增排课教师课酬计算逻辑调整

Joburgess il y a 5 ans
Parent
commit
42cc27d5e4

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

@@ -441,5 +441,6 @@
 			<foreach collection="teacherIds" item="teacherId" open="(" close=")" separator=",">
 				#{teacherId}
 			</foreach>
+		  ORDER BY csts.create_time_ DESC
     </select>
 </mapper>