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