zhangqian
2023-11-17 ba5c9371fa8993acd703735fe4875aed8a267c26
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
}