#
1
2025-11-30 d2d40f1b4e2b740043f09b70efd8d5c9742ccc2e
src/main/resources/mapper/BasArmMastMapper.xml
@@ -50,16 +50,16 @@
        from man_order_detl
        where 1=1
          and order_no = #{orderNo}
          and matnr = #{sku}
          and matnr = #{matnr}
    </select>
    <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.matnr = #{sku}
          and d.box_type3 = #{orderNo}
          and d.matnr = #{matnr}
    </select>
@@ -70,7 +70,7 @@
        from asr_bas_arm_mast_sign d
        where 1=1
        and d.order_no = #{orderNo}
        and d.sku = #{sku}
        and d.matnr = #{matnr}
        and d.create_time = #{bindingTags}
    </select>