model/priorityLevel.go @@ -130,11 +130,6 @@ if total != 0 { return nil } records := []*PriorityLevel{ {Name: "低"}, {Name: "一般"}, {Name: "高"}, {Name: "紧急"}, } records := []*PriorityLevel{} return slf.CreateBatch(records) }