#
1
14 小时以前 a00400cf9f975a7dbccf3436cf3b57c1fb476597
src/main/resources/mapper/BasArmMastMapper.xml
@@ -54,7 +54,7 @@
    </select>
    <select id="selectOrderDetlValue" resultMap="BaseResultMapOrderDetlValue">
        select
        select top 1
            d.man_length,d.width,d.height,d.weight,d.anfme
        from man_order_detl d
        where 1=1
@@ -62,4 +62,16 @@
          and d.matnr = #{sku}
    </select>
    <select id="selectBasArmMastSignValue" resultType="java.lang.Double">
        select top 1
        d.anfme
        from asr_bas_arm_mast_sign d
        where 1=1
        and d.order_no = #{orderNo}
        and d.sku = #{sku}
        and d.create_time = #{bindingTags}
    </select>
</mapper>