fix
zhangqian
2023-11-01 5fabc49ae1c979890c8d4ab225efa67b50cfc707
api/v1/code.go
@@ -122,6 +122,8 @@
      id, err = model.NewServiceOrderSearch().MaxAutoIncr()
   case constvar.CodeStandardTypeServerFollow:
      id, err = model.NewServiceFollowupSearch().MaxAutoIncr()
   case constvar.CodeStandardTypeSaleInvoice:
      id, err = model.NewInvoiceSearch().MaxAutoIncr()
   default:
      ctx.FailWithMsg(ecode.UnknownErr, "编码规则不存在")
      return