소스 검색

Merge branch '2021-double-eleven' of http://git.dayaedu.com/yonge/mec

zouxuan 4 년 전
부모
커밋
ab1a0b7435
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/VipGroupActivityMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/VipGroupActivityMapper.xml

@@ -410,7 +410,7 @@
 			AND su.id_ = #{search} OR su.username_ LIKE CONCAT('%',#{search},'%') OR spo.order_no_ LIKE CONCAT('%',#{search},'%')
 		</if>
 		<if test="organId != null and organId != ''">
-			AND FIND_IN_SET(spo.organ_id_,#{organId})
+			AND spo.organ_id_ = #{organId}
 		</if>
 		<if test="startTime != null">
 			AND spo.pay_time_ >= #{startTime}