Skip to content

Refactor ID generation and update capacity logic. Replaced snowflake ID...

chao.zhang requested to merge main into test

Refactor ID generation and update capacity logic. Replaced snowflake ID generation with a new GenerateID method for consistency across LockQuantityChangesDao and SoldQuantityChangesDao. Adjusted ReturnCapacity method to correctly update sold quantities by subtracting return amounts. This enhances the clarity and reliability of capacity management operations.

Merge request reports