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,