Commit 82aadbc0 authored by 姜登's avatar 姜登

Ddname

parent 5c7e385f
Pipeline #24328 passed with stage
in 2 seconds
......@@ -70,7 +70,7 @@ class UserController extends Controller {
}
}
});
const limitUser = await service.user.findOne('DdName', { name: user.name }, ['name']);
const limitUser = await service.user.findOne('Ddname', { name: user.name }, ['name']);
if (limitUser && limitUser.name) {
// if (user.name !== '颜笑笑' && user.name !== '汤晓丹' && user.name !== '宇文瑞娟') {
// where.dd_id = user.department[0].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