1
26 分钟以前 34503a2e9a29418346a4ac8f84170ab8f4321d6e
rsf-server/src/main/resources/mapper/manager/LocItemMapper.xml
@@ -22,7 +22,8 @@
                FROM
                    man_loc_item li
                        INNER JOIN man_loc l ON l.id = li.loc_id
                    WHERE l.use_status = #{type}
                    WHERE li.deleted = 0
                      AND l.use_status = #{type}
                    <if test="channel != null">
                        AND l.channel = #{channel}
                    </if>