|
@@ -477,7 +477,7 @@ func (this *Invoice) ShowinvoiceList() {
|
|
//}
|
|
//}
|
|
isReopen := timeLimit
|
|
isReopen := timeLimit
|
|
//var isReopen bool
|
|
//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{}{
|
|
isReopen = util.Mysql.Count("invoice_fail_record", map[string]interface{}{
|
|
"only_Identifying": data["only_Identifying"],
|
|
"only_Identifying": data["only_Identifying"],
|
|
"order_code": order_code,
|
|
"order_code": order_code,
|