jiangshuai
2023-12-13 1d5cb2f03c706c4b1cc36f50fd431f98fdbe7101
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
}