wangpengfei
2023-08-17 f5e2c16e70ef2fa62ba2daa1addefe7720dadf13
model/serviceType.go
@@ -130,6 +130,12 @@
   if total != 0 {
      return nil
   }
   records := []*ServiceType{}
   records := []*ServiceType{
      {1, "电话"},
      {2, "远程"},
      {3, "送修"},
      {4, "上门"},
      {5, "其他"},
   }
   return slf.CreateBatch(records)
}