Long преди 1 седмица
родител
ревизия
4716674099
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      fs-service-system/src/main/resources/mapper/store/FsStoreProductMapper.xml

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

@@ -114,9 +114,6 @@ 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>