feature:税收物料编码更新

release
gaorl 2 years ago
parent 507ce24ecd
commit da87c514a0
  1. 6
      order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml

@ -306,7 +306,7 @@
<if test="commodityCode.userId != null and commodityCode.userId != ''">
user_id = #{commodityCode.userId,jdbcType=VARCHAR},
</if>
<if test="commodityCode.createTime != null and commodityCode.createTime != ''">
<if test="commodityCode.createTime != null">
create_time = #{commodityCode.createTime,jdbcType=TIMESTAMP},
</if>
<if test="dataType == 0">
@ -459,10 +459,10 @@
<if test="commodityCode.xmdw != null and commodityCode.xmdw != ''">
metering_unit = #{commodityCode.xmdw,jdbcType=VARCHAR},
</if>
<if test="commodityCode.createTime != null and commodityCode.createTime != ''">
<if test="commodityCode.createTime != null">
create_time = #{commodityCode.createTime,jdbcType=TIMESTAMP},
</if>
<if test="commodityCode.modifyTime != null and commodityCode.modifyTime != ''">
<if test="commodityCode.modifyTime != null">
modify_time = #{commodityCode.modifyTime,jdbcType=TIMESTAMP},
</if>
<if test="commodityCode.modifyUserId != null and commodityCode.modifyUserId != ''">

Loading…
Cancel
Save