@@ -210,7 +210,6 @@ func (ir *invoiceRecord) GetMailHtmlContext() string {
if ir.InvoiceOrderCode != "" {
showOrderCode = ir.InvoiceOrderCode
}
- g.Dump(ir, strings.Contains(ir.InvoiceVariety, "专用"))
switch ir.InvoiceType {
case "单位":
return fmt.Sprintf(emailHtml_header+emailHtml_gs, showOrderCode, tType, fmt.Sprintf("<a href=\"%s\" download class=\"download\">查看发票</a>", ir.Url), invoiceContext, tType, ir.CompanyName, ir.TaxpayerIdentnum, ir.Phone, ir.Mail)