lishihai
2024-07-03 52c7dec820e88e4e3466a03b0f68796805ebbe28
controllers/warehouse.go
@@ -55,8 +55,8 @@
   }
   //创建默认位置
   location := &models.Location{
      Name:              "默认位置",
      JointName:         params.Code + "/默认位置",
      Name:              params.Name,
      JointName:         params.Name,
      Type:              constvar.LocationTypeInternal,
      ReplenishLocation: true,
      ParentId:          id,