sql问题

This commit is contained in:
wangw 2024-06-28 10:07:09 +08:00
parent 05c88e00d3
commit 7124b8a345
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@
<update id="updateStockById"> <update id="updateStockById">
update tb_product update tb_product
set stock_number = stock_number - #{number,jdbcType=INTEGER} set stock_number = stock_number - #{num,jdbcType=INTEGER}
where id = #{productId} where id = #{productId}
</update> </update>