Merge branch 'bugfix_3491_wq' into test

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

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

Loading…
Cancel
Save