瀏覽代碼

会员拆分

zouxuan 5 月之前
父節點
當前提交
defd0df988
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CloudTeacherOrderMapper.xml

+ 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}