lishihai
2024-07-03 b3a492710afef8731d7f367247a9c811faa648ae
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,