소스 검색

统计条件修改

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">
                 AND find_in_set(t.organ_id_,#{organId})
             </if>
-            <if test="organId != null">
-                AND t.organ_id_ = #{organId}
-            </if>
             <if test="userName != null and userName.trim() !=''">
                 AND su.username_ like concat('%',#{userName},'%')
             </if>