feat:新增出库单新增功能

This commit is contained in:
zhouz
2026-07-23 13:28:17 +08:00
parent 25cbaf9078
commit 05c3d92abf
15 changed files with 335 additions and 308 deletions

View File

@@ -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>