model/serviceOrderStatus.go @@ -140,6 +140,11 @@ if total != 0 { return nil } records := []*ServiceOrderStatus{} records := []*ServiceOrderStatus{ {1, "未处理"}, {2, "处理中"}, {3, "等待回应"}, {4, "成功关闭"}, } return slf.CreateBatch(records) }