jiangshuai
2024-01-02 ef58851f0477a883cef4bae9a2ab883ce7878b3a
controllers/operation.go
@@ -408,6 +408,7 @@
      return
   }
   if len(locAmountList) > 0 {
      mapLocAmount = make(map[string]*models.LocationProductAmount)
      for _, v := range locAmountList {
         mapLocAmount[strconv.Itoa(v.LocationId)+v.ProductId] = v
      }