自动化立体仓库 - WMS系统
zjj
2023-09-06 e96735d51730b816041a6123e865c259856b4781
src/main/resources/mapper/OrderDetlMapper.xml
@@ -71,9 +71,9 @@
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}
        <if test="batch!=null and batch!=''">
            and batch = #{batch}
        </if>
<!--        <if test="batch!=null and batch!=''">-->
<!--            and batch = #{batch}-->
<!--        </if>-->
    </select>
    <select id="selectWorkingDetls" resultMap="BaseResultMap">