yuanliang пре 1 година
родитељ
комит
c8c7126371
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

+ 0 - 3
mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

@@ -1349,9 +1349,6 @@
             <if test="organId != null">
             <if test="organId != null">
                 AND find_in_set(t.organ_id_,#{organId})
                 AND find_in_set(t.organ_id_,#{organId})
             </if>
             </if>
-            <if test="organId != null">
-                AND t.organ_id_ = #{organId}
-            </if>
             <if test="userName != null and userName.trim() !=''">
             <if test="userName != null and userName.trim() !=''">
                 AND su.username_ like concat('%',#{userName},'%')
                 AND su.username_ like concat('%',#{userName},'%')
             </if>
             </if>