|
|
@@ -34,12 +34,8 @@
|
|
|
<if test="dto.baseSemesterId != null and dto.baseSemesterId > 0">
|
|
|
AND t.base_semester_id = #{dto.baseSemesterId}
|
|
|
</if>
|
|
|
- <if test="dto.classIdList != null and dto.classIdList.size() > 0">
|
|
|
- AND t.class_id IN
|
|
|
- <foreach item="classId" index="index" collection="dto.classIdList" open="(" close=")"
|
|
|
- separator=",">
|
|
|
- #{classId}
|
|
|
- </foreach>
|
|
|
+ <if test="dto.classId != null and dto.classId.size() > 0">
|
|
|
+ AND t.class_id = #{dto.classId}
|
|
|
</if>
|
|
|
AND t.claim_type = 'claim_class'
|
|
|
and t.workflow_status = 1
|