Browse Source

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

zouxuan 4 years ago
parent
commit
3a97a7d05a

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

@@ -407,6 +407,9 @@
 		<if test="search != null and search != ''">
 			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.organId_,#{organId})
+		</if>
 		<if test="startTime != null">
 			AND spo.pay_time_ >= #{startTime}
 		</if>