|
@@ -462,10 +462,10 @@
|
|
|
WHERE sgm.subject_id_ = #{subjectId} AND g.status_ != 0
|
|
|
<if test="organId != null">
|
|
|
<if test="courseViewType != null">
|
|
|
- <if test="courseViewType == 1">
|
|
|
+ <if test="courseViewType == 2">
|
|
|
AND FIND_IN_SET(#{organId},g.member_fee_show_organ_id_)
|
|
|
</if>
|
|
|
- <if test="courseViewType == 0">
|
|
|
+ <if test="courseViewType == 1 or courseViewType == 0">
|
|
|
AND FIND_IN_SET(#{organId},g.course_fee_show_organ_id_)
|
|
|
</if>
|
|
|
</if>
|