bugfix:3491

release
WangQi 2 years ago
parent ef576fd4b3
commit ad36b5ea68
  1. 3
      order-management-invoice/src/main/resources/mybatis/mapper/OrderItemInfoMapper.xml

@ -320,6 +320,9 @@
<if test="item.tswl != null and item.znfm != ''" >
tswl = #{item.tswl,jdbcType=VARCHAR},
</if>
<if test="item.zxbm != null and item.zxbm != ''" >
zxbm = #{item.zxbm},
</if>
</set>
<where>
id = #{item.id,jdbcType=VARCHAR}

Loading…
Cancel
Save