zouxuan 2 年之前
父节点
当前提交
898cc41ac2
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      mec-biz/src/main/resources/config/mybatis/VipGroupMapper.xml

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

@@ -435,9 +435,6 @@
             <if test="subjectId != null and subjectId != ''">
                 AND (JSON_EXTRACT(live_config_json_, '$.subjectId') = "31" OR FIND_IN_SET(#{subjectId},cg.subject_id_list_))
             </if>
-            <if test="subjectId!=null">
-                AND FIND_IN_SET(#{subjectId},cg.subject_id_list_)
-            </if>
             <if test="categoryId!=null">
                 AND FIND_IN_SET(vg.vip_group_category_id_,#{categoryId})
             </if>