自动化立体仓库 - WMS系统
Junjie
2023-10-07 dca05a46447295fb484445c910a967fb2b107bc6
src/main/resources/mapper/LocDetlMapper.xml
@@ -64,6 +64,11 @@
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        <choose>
            <when test="suppCode != null and suppCode != ''">
                and supp_code = #{suppCode}
            </when>
        </choose>
        <include refid="batchSeq"></include>
    </select>