dev
parent
fc02bb893a
commit
aacaaae389
|
|
@ -117,6 +117,9 @@ public class InvoiceUseService {
|
||||||
if (invoice_state == 9) {
|
if (invoice_state == 9) {
|
||||||
logsql += " and t.state = ? \n";
|
logsql += " and t.state = ? \n";
|
||||||
paramlog.add(invoice_state);
|
paramlog.add(invoice_state);
|
||||||
|
}else if(invoice_state == 5){
|
||||||
|
ordsql += " and l.state = ? \n";
|
||||||
|
paramord.add(invoice_state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue