|
@ -13,7 +13,7 @@ async function reportList (ctx) { |
|
|
userInfo.loginSource == 'wx' |
|
|
userInfo.loginSource == 'wx' |
|
|
&& userInfo.isAdmin |
|
|
&& userInfo.isAdmin |
|
|
&& userInfo.phone != 'SuperAdmin' |
|
|
&& userInfo.phone != 'SuperAdmin' |
|
|
&& (!performerId || !handleState) |
|
|
&& (!performerId && !handleState) |
|
|
) { |
|
|
) { |
|
|
// 是管理员但不是超管 查自己部门及下级部门的所有用户的信息
|
|
|
// 是管理员但不是超管 查自己部门及下级部门的所有用户的信息
|
|
|
const sqlStr = ` |
|
|
const sqlStr = ` |
|
|