瀏覽代碼

解决会员定制需求多出一套数据问题

JiangChongBo 2 年之前
父節點
當前提交
705364f290
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/SystemMapper.xml

+ 1 - 0
src/main/resources/mapper/SystemMapper.xml

@@ -267,6 +267,7 @@
           and base_flag = 0
           and status = 0
           and m.parent_id = 0
+          GROUP BY m.id
     </select>
     <select id="getVipRoleIdList" resultType="java.lang.Integer">
         select role_id from auth_role_user where user_id = #{authUserId}