Selaa lähdekoodia

发票列表提交

renjiaojiao 1 vuosi sitten
vanhempi
commit
1b43b598ed
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,