Explorar el Código

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

JiangChongBo hace 2 años
padre
commit
705364f290
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}