Pārlūkot izejas kodu

Merge branch 'dev/v4.9.21_rjj' of qmx/jy into feature/v4.9.21

renjiaojiao 1 gadu atpakaļ
vecāks
revīzija
6badbc8726
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,