Commit bfc6b764 by DESKTOP-7Q3CA17\86137

gsb

parent 36d31e99
......@@ -36,6 +36,9 @@ class InvoiceService extends ServiceBase {
if(params.invoiceId) {
where.id = this.trim(params.invoiceId);
}
if(params.id) {
where.id = this.trim(params.id);
}
this.addWhereTime(where, 'invoice_time', params.signBegin, params.signEnd);
var orderby = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment