lisai17@sina.com 2020-10-15 12:43:30 +08:00
parent 227e4c52f4
commit 8afc128f4d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class InvoiceLogService extends BaseService {
if (invoice_type != null) {
fromsql += " and t.invoice_type = ? \n";
paraList.add(state);
paraList.add(invoice_type);
}
String totalRowSql = "select count(*) " + fromsql;