Commit 1e67a76b by 王昆

gsb

parent fd90c17d
......@@ -25,6 +25,9 @@ class SaasorderbusinessmenService extends ServiceBase {
if (params.name) {
where.name = this.trim(params.name);
}
if (params.merchant_app_user_id) {
where.merchant_app_user_id = this.trim(params.merchant_app_user_id);
}
if (params.legal_idcard) {
where.legal_idcard = this.trim(params.legal_idcard);
}
......
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