自动化立体仓库 - WMS系统
#
zyx
2023-11-20 7b26abe9d5e833901783613bbb3cfa27fa75a346
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -34,6 +34,7 @@
        <result column="payment" property="payment" />
        <result column="real_anfme" property="realAnfme" />
        <result column="order_no" property="orderNo" />
        <result column="container_code" property="containerCode" />
    </resultMap>
    <sql id="locDetlCondition">
@@ -44,7 +45,7 @@
            and mld.loc_no like concat('%',#{loc_no},'%')
        </if>
        <if test="locNo != null and locNo != ''">
            and mld.loc_no like concat('%',#{loc_no},'%')
            and mld.loc_no like concat('%',#{locNo},'%')
        </if>
        <if test="matnr != null and matnr != ''">
            and mld.matnr like concat('%',#{matnr},'%')