feature:单位换算更改单位

release
gaorl 2 years ago
parent 9718e17ea1
commit fc9f48fe67
  1. 3
      order-management-invoice/src/main/resources/mybatis/mapper/OrderItemInfoMapper.xml

@ -280,6 +280,9 @@
<if test="item.xmdj != null "> <if test="item.xmdj != null ">
xmdj = #{item.xmdj,jdbcType=VARCHAR}, xmdj = #{item.xmdj,jdbcType=VARCHAR},
</if> </if>
<if test="item.xmdw != null ">
xmdw = #{item.xmdw,jdbcType=VARCHAR},
</if>
</set> </set>
<where> <where>
id = #{item.id,jdbcType=VARCHAR} id = #{item.id,jdbcType=VARCHAR}

Loading…
Cancel
Save