自动化立体仓库 - WMS系统
zyx
2023-10-23 2cf4137e445286210779e395b7f6864b17ea9083
src/main/resources/mapper/LocDetlMapper.xml
@@ -68,6 +68,9 @@
            <when test="suppCode != null and suppCode != ''">
                and supp_code = #{suppCode}
            </when>
            <otherwise>
                and (supp_code IS NULL OR supp_code = '')
            </otherwise>
        </choose>
        <include refid="batchSeq"></include>
    </select>