|
@@ -281,7 +281,7 @@
|
|
AND cs.status_ = #{courseScheduleStatus}
|
|
AND cs.status_ = #{courseScheduleStatus}
|
|
</if>
|
|
</if>
|
|
<if test="organId != null and organId != ''">
|
|
<if test="organId != null and organId != ''">
|
|
- AND FIND_IN_SET(t.organ_id_,#{organId})
|
|
|
|
|
|
+ AND FIND_IN_SET(cs.organ_id_,#{organId})
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
</sql>
|
|
</sql>
|