自动化立体仓库 - WMS系统
zjj
2023-06-02 8e711598e5042d45e7d3be978b43a9e74425cff1
src/main/resources/mapper/LocDetlMapper.xml
@@ -270,9 +270,7 @@
<!--                and (a.batch IS NULL OR a.batch = '')-->
<!--            </otherwise>-->
<!--        </choose>-->
        <if test="batch != null">
            and a.batch = #{batch}
        </if>
        <choose>
            <when test="owner != null and owner !=0">
                and a.owner = #{owner}