lishihai
2024-07-03 52c7dec820e88e4e3466a03b0f68796805ebbe28
controllers/location.go
@@ -40,7 +40,7 @@
      }
      params.JointName = first.JointName + "/" + params.Name
      if first.WarehouseId != 0 {
         params.WarehouseId = first.Id
         params.WarehouseId = first.WarehouseId
      } else {
         //根据仓库缩写查询仓库
         houseCode := strings.Split(first.JointName, "/")[0]