Commit 8637ffb3 by 王昆

gsb

parent f7fe1f20
......@@ -248,6 +248,7 @@ class UserCtl extends CtlBase {
async salesmanList(params, pobj2, req) {
try {
params.uctype = 1;
params.roleCodes = ['ywy'];
return await this.userSve.findByRoleCodes(params);
} catch (error) {
console.log(error);
......
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