自动化立体仓库 - WMS系统
lty
2 天以前 d907a822a940c7ec0fb7de0ca845472bda52229b
src/main/resources/mapper/WrkDetlMapper.xml
@@ -56,6 +56,14 @@
                and (batch IS NULL OR batch = '')
            </otherwise>
        </choose>
        <choose>
            <when test="barcode != null and barcode != ''">
                and barcode = #{barcode}
            </when>
            <otherwise>
                and (barcode IS NULL OR barcode = '')
            </otherwise>
        </choose>
    </sql>