feat:新增出库单新增功能
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
VALUES (#{ruleId}, #{resetKey}, #{startAt} + #{step} - 1, #{maxValue})
|
||||
ON DUPLICATE KEY UPDATE
|
||||
current_value = current_value + #{step},
|
||||
max_value = #{maxValue}
|
||||
max_value = #{maxValue},
|
||||
deleted = 0
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user