lisai17@sina.com 2020-12-02 16:26:15 +08:00
parent fc02bb893a
commit aacaaae389
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ public class InvoiceUseService {
if (invoice_state == 9) {
logsql += " and t.state = ? \n";
paramlog.add(invoice_state);
}else if(invoice_state == 5){
ordsql += " and l.state = ? \n";
paramord.add(invoice_state);
}
}