|
@@ -542,7 +542,7 @@
|
|
</select>
|
|
</select>
|
|
<sql id="exportStudentAttendancesQueryPageSql">
|
|
<sql id="exportStudentAttendancesQueryPageSql">
|
|
<where>
|
|
<where>
|
|
- <if test="organId != null">
|
|
|
|
|
|
+ <if test="organId != null and organId != ''">
|
|
AND FIND_IN_SET(cs.organ_id_,#{organId})
|
|
AND FIND_IN_SET(cs.organ_id_,#{organId})
|
|
</if>
|
|
</if>
|
|
<if test="groupType != null">
|
|
<if test="groupType != null">
|