浏览代码

Debug category list

tsurumure 3 月之前
父节点
当前提交
469138cc25
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/upload/SysFileCategoryDao.xml

+ 1 - 0
src/main/resources/mapper/upload/SysFileCategoryDao.xml

@@ -27,6 +27,7 @@
         <where>
             <if test="user_id != null and user_id != ''">
                 AND fc.user_id = #{user_id}
+                AND f.user_id = #{user_id}
             </if>
             <if test="category_name != null and category_name != ''">
                 AND fc.category_name LIKE CONCAT('%', #{category_name}, '%')