修改耗材消耗

This commit is contained in:
牛叉闪闪
2024-07-15 11:05:22 +08:00
parent 7a6de2388c
commit d042b14c6a
2 changed files with 26 additions and 10 deletions

View File

@@ -174,7 +174,8 @@
laster_in_stock = #{lasterInStock,jdbcType=DECIMAL},
con_warning = #{conWarning,jdbcType=DECIMAL},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
update_time = #{updateTime,jdbcType=TIMESTAMP},
stock_consume=#{stockConsume,jdbcType=DECIMAL}
where id = #{id,jdbcType=INTEGER}
</update>