#
1
5 小时以前 a4719e29309e192e57370a2adc0259c7eb12f246
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/BasArmMastMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>