|
@@ -72,7 +72,7 @@
|
|
WHERE su.del_flag_ != 1 AND su.lock_flag_!=1
|
|
WHERE su.del_flag_ != 1 AND su.lock_flag_!=1
|
|
AND t.demission_date_ IS NULL
|
|
AND t.demission_date_ IS NULL
|
|
AND t.organ_id_ IS NOT NULL
|
|
AND t.organ_id_ IS NOT NULL
|
|
- GROUP BY csts.user_id_
|
|
|
|
|
|
+ GROUP BY t.id_
|
|
]]>
|
|
]]>
|
|
</select>
|
|
</select>
|
|
<select id="findUserCourseSalaryByUserIds" resultMap="TeacherCourseStatistics">
|
|
<select id="findUserCourseSalaryByUserIds" resultMap="TeacherCourseStatistics">
|