Quellcode durchsuchen

删除问题代码

Long vor 1 Woche
Ursprung
Commit
4716674099

+ 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>