Browse Source

会员拆分

zouxuan 5 months ago
parent
commit
defd0df988

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

@@ -172,7 +172,7 @@
         left join member_rank_setting mrs on mrs.id_ = cto.level_
         where spo.type_ = 'MEMBER'
         <if test="status != null and status != ''">
-        	and FIND_IN_SET(#{status},cto.status_)
+        	and FIND_IN_SET(cto.status_,#{status})
         </if>
         <if test="studentId != null">
         	and cto.student_id_ = #{studentId}