#
1
2025-11-30 d2d40f1b4e2b740043f09b70efd8d5c9742ccc2e
src/main/resources/mapper/BasArmMastMapper.xml
@@ -56,9 +56,9 @@
    <select id="selectOrderDetlValue" resultMap="BaseResultMapOrderDetlValue">
        select top 1
            d.man_length,d.width,d.height,d.weight,d.anfme
        from man_order_detl d
        from man_order_detl_pakin d
        where 1=1
          and d.order_no = #{orderNo}
          and d.box_type3 = #{orderNo}
          and d.matnr = #{matnr}
    </select>