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