skyouc
2025-08-05 4d0a406c204d3a9c590fc713a6dc2fce60b9d012
zy-asrs-wms/src/main/resources/mapper/asrs/OrderMapper.xml
@@ -24,5 +24,10 @@
        <if test="orderId != null">
            AND odl.order_id = #{orderId}
        </if>
        <if test="matId != null">
            AND odl.mat_id = #{matId}
        </if>
        ORDER BY
         work_qty ASC
    </select>
</mapper>