Commit 3cd6a9da authored by 姜登's avatar 姜登

user

parent ab5a44c8
Pipeline #9680 passed with stage
in 4 seconds
......@@ -60,7 +60,7 @@ class UserController extends Controller {
}
}
});
if (user.department[0].name === '战略合作组' || user.department[0].name === '数据项目组' || user.department[0].name === '业务线') {
if (user.department[0].name === '战略合作组' || user.department[0].name === '数据项目组') {
where.dd_id = user.department[0].id;
where.dd_name = user.name;
}
......
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