Commit ab5a44c8 authored by 姜登's avatar 姜登

test

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