Commit 20423f4e by zhaoxiqing

gsb

parent a345340c
......@@ -80,7 +80,7 @@ class MerchantaccountService extends ServiceBase {
var pageSize = Number(params.pageSize || 10);
var where = {};
if (params.merchant_id) {
where.name = {
where.merchant_id = {
[this.db.Op.eq]: params.merchant_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