jiangshuai
2023-11-15 57c1d91e82ec4085ccedf099063cd14e609a301f
proto/product_inventory/server.go
@@ -156,7 +156,7 @@
   }
   operation.OperationTypeName = operationType.Name
   operation.OperationTypeId = operationType.Id
   location, err := models.NewLocationSearch().SetJointNames([]string{warehouse.Code}).First()
   location, err := models.NewLocationSearch().SetID(warehouse.LocationId).First()
   if err != nil {
      return nil, err
   }