|
@@ -347,9 +347,11 @@
|
|
<if test="replacementShowOrganId!=null">
|
|
<if test="replacementShowOrganId!=null">
|
|
AND FIND_IN_SET(#{replacementShowOrganId},g.replacement_show_organ_id_)
|
|
AND FIND_IN_SET(#{replacementShowOrganId},g.replacement_show_organ_id_)
|
|
</if>
|
|
</if>
|
|
- <if test="organId != null and organId != ''">
|
|
|
|
- AND INTE_ARRAY (#{organId},CONCAT_WS(",",replacement_show_organ_id_,member_fee_show_organ_id_,
|
|
|
|
- course_fee_show_organ_id_,education_show_organ_id_,student_show_organ_id_))
|
|
|
|
|
|
+ <if test="noOrganSearch == null">
|
|
|
|
+ <if test="organId != null and organId != ''">
|
|
|
|
+ AND INTE_ARRAY (#{organId},CONCAT_WS(",",replacement_show_organ_id_,member_fee_show_organ_id_,
|
|
|
|
+ course_fee_show_organ_id_,education_show_organ_id_,student_show_organ_id_))
|
|
|
|
+ </if>
|
|
</if>
|
|
</if>
|
|
<if test="search!=null and search!=''">
|
|
<if test="search!=null and search!=''">
|
|
AND (g.sn_=#{search} OR g.id_=#{search} OR g.name_ LIKE CONCAT('%', #{search}, '%'))
|
|
AND (g.sn_=#{search} OR g.id_=#{search} OR g.name_ LIKE CONCAT('%', #{search}, '%'))
|