浏览代码

修复未知错误

yfh 2 天之前
父节点
当前提交
4c0a199600
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      fs-service-system/src/main/resources/mapper/store/FsStoreProductMapper.xml

+ 1 - 3
fs-service-system/src/main/resources/mapper/store/FsStoreProductMapper.xml

@@ -114,9 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test = 'companyIds != null and companyIds != "" '>
                 and find_in_set(#{companyIds}, company_ids)
             </if>
-            <if test="companyUserId != null">
-                and
-            </if>
+
         </where>
     </select>