Commit a567c4f5 by 王昆

gsb

parent 9795a8d4
...@@ -781,6 +781,9 @@ class ApplyService extends ServiceBase { ...@@ -781,6 +781,9 @@ class ApplyService extends ServiceBase {
if (this.trim(params.applyNo)) { if (this.trim(params.applyNo)) {
where.applyNo = this.trim(params.applyNo); where.applyNo = this.trim(params.applyNo);
} }
if (this.trim(params.businessmenCreditCode)) {
where.businessmenCreditCode = this.trim(params.businessmenCreditCode);
}
if (this.trim(params.invoiceTime)) { if (this.trim(params.invoiceTime)) {
where.invoiceTime = { where.invoiceTime = {
[this.db.Op.gte]: this.trim(params.invoiceTime) [this.db.Op.gte]: this.trim(params.invoiceTime)
......
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