自动化立体仓库 - WMS系统
#
zjj
2023-09-14 2f150bb974c99666228a9f443e84241c238db3e0
src/main/resources/mapper/LocDetlMapper.xml
@@ -386,7 +386,15 @@
        from asr_loc_detl_merge a
        left join asr_loc_mast_man_node_merge b on a.loc_no = b.loc_no
        where 1=1
        and a.loc_no = #{locNo}
        <if test="locNo != null and locNo !=''">
            and a.loc_no = #{locNo}
        </if>
        <if test="zpallet != null and zpallet !=''">
            and a.zpallet = #{zpallet}
        </if>
        <if test="matnr != null and matnr !='' and matnr !='null'">
            and a.matnr = #{matnr}
        </if>
    </select>
    <select id="queryStockViewMergeCount" resultType="java.lang.Integer">
        select count(1) from asr_loc_mast_man_node_merge