Bläddra i källkod

发票列表提交

renjiaojiao 1 år sedan
förälder
incheckning
1b43b598ed
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/jfw/modules/subscribepay/src/service/invoice.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/invoice.go

@@ -477,7 +477,7 @@ func (this *Invoice) ShowinvoiceList() {
 			//}
 			isReopen := timeLimit
 			//var isReopen bool
-			if data["invoice_status"] == -1 && !isReopen {
+			if qutil.IntAll(data["invoice_status"]) == -1 && !isReopen {
 				isReopen = util.Mysql.Count("invoice_fail_record", map[string]interface{}{
 					"only_Identifying": data["only_Identifying"],
 					"order_code":       order_code,