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