|
@@ -162,10 +162,10 @@ func (u *InvoiceService) InvoiceDownload(swno string, saleTax string, isRed stri
|
|
|
|
|
|
//异常
|
|
|
dat := entity.GetInvoice{}
|
|
|
- dat.ReturnMsg.MsgCode = "0000"
|
|
|
+ //dat.ReturnMsg.MsgCode = "0000"
|
|
|
|
|
|
//排队中
|
|
|
- //dat.ReturnMsg.MsgCode="1089"
|
|
|
+ dat.ReturnMsg.MsgCode="1089"
|
|
|
|
|
|
//失败
|
|
|
//dat.ReturnMsg.MsgCode = "1000"
|
|
@@ -261,9 +261,7 @@ func (u *InvoiceService) InvoiceRedSubmit(fpdm string, fphm string, orderCode st
|
|
|
data1["path"] = ""
|
|
|
if isLoop == 0 {
|
|
|
arr := strings.Split(entity.WarningEmail, ",")
|
|
|
-
|
|
|
util.SendPdf(arr, true, solgan.Swno, "发票退票时服务出现问题")
|
|
|
-
|
|
|
u.OpeningTimer(solgan)
|
|
|
}
|
|
|
if (model == "2") {
|