|
@@ -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
|