jiangshuai
2023-11-23 44bba3c3479d8b9cd04ef4087762f9f960c5bb55
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
   }