liujiandao
2023-11-24 f64d02a1759906df7ea637913df1f4eec93811c7
controllers/location_product_amount.go
@@ -14,6 +14,7 @@
   "wms/models"
   "wms/request"
   "wms/response"
   "wms/service"
)
type LocationProductAmountController struct {
@@ -174,6 +175,8 @@
   }); err != nil {
      return err
   }
   service.AddNewLocationReportRecord(locAmount.Id)
   return nil
}