Commit 5b1a5442 by DESKTOP-7Q3CA17\86137

gsb

parent a41ada32
...@@ -19,9 +19,9 @@ class MerchantTransferService extends ServiceBase { ...@@ -19,9 +19,9 @@ class MerchantTransferService extends ServiceBase {
[this.db.Op.like]: "%" + params.merchant_name + "%" [this.db.Op.like]: "%" + params.merchant_name + "%"
}; };
} }
if (params.merchant_name) { if (params.sign_body_id) {
where.merchant_name = { where.sign_body_id = {
[this.db.Op.like]: "%" + params.merchant_name + "%" [this.db.Op.eq]: params.sign_body_id
}; };
} }
......
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