Browse Source

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

renjiaojiao 1 year ago
parent
commit
342ec4fc42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/subscribepay/src/service/invoice.go

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

@@ -481,7 +481,7 @@ func (this *Invoice) ShowinvoiceList() {
 				isReopen = util.Mysql.Count("invoice_fail_record", map[string]interface{}{
 					"only_Identifying": data["only_Identifying"],
 					"order_code":       order_code,
-				})+1 >= config.InvoiceConfig.SubmitNum
+				}) >= config.InvoiceConfig.SubmitNum
 			}
 			data["only_Identifying"] = encrypt.SE.EncodeString(qutil.InterfaceToStr(data["only_Identifying"]))
 			data["isReopen"] = isReopen