dev
parent
227e4c52f4
commit
8afc128f4d
|
|
@ -77,7 +77,7 @@ public class InvoiceLogService extends BaseService {
|
||||||
|
|
||||||
if (invoice_type != null) {
|
if (invoice_type != null) {
|
||||||
fromsql += " and t.invoice_type = ? \n";
|
fromsql += " and t.invoice_type = ? \n";
|
||||||
paraList.add(state);
|
paraList.add(invoice_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
String totalRowSql = "select count(*) " + fromsql;
|
String totalRowSql = "select count(*) " + fromsql;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue