wangpengfei
2023-08-17 f5e2c16e70ef2fa62ba2daa1addefe7720dadf13
model/invoiceStatus.go
@@ -135,6 +135,10 @@
   if total != 0 {
      return nil
   }
   records := []*InvoiceStatus{}
   records := []*InvoiceStatus{
      {1, "已创建"},
      {2, "已寄送"},
      {3, "自动创建"},
   }
   return slf.CreateBatch(records)
}