Skip to content

Implement capacity item merging to consolidate duplicate entries

chao.zhang requested to merge main into test
  • Add mergeCapacityItems function to combine identical capacity items
  • Update LockAndConfirm, DirectConfirmCapacity, ReturnCapacity, and LockCapacity methods to merge duplicate entries before processing
  • Reduce redundant entries by aggregating items with the same SuNo, SpuNo, SkuNo, and DishType

Merge request reports