WH01243 3 жил өмнө
parent
commit
b015af26cc

+ 1 - 1
invoice/src/service/InvoiceService.go

@@ -294,7 +294,7 @@ func (u *InvoiceService) InvoiceRedSubmit(fpdm string, fphm string, orderCode st
 	} else if data["returnCode"] == "3001" {
 		return "已经冲红", 4, data
 	} else {
-		util.SendPdf(nil, true, solgan.Swno, "发票退票失败"+fmt.Sprint(data))
+		util.SendPdf(nil, true, solgan.Redcode, "发票退票失败"+fmt.Sprint(data))
 		return fmt.Sprintln(data["returnMsg"]), 1, data
 	}
 }