Commit 1b713297 by 徐高华

Merge branch 'feature/202310月零散迭代' into 'developer'

超管

See merge request !1531
parents 63f3d4a3 441b5cf6
......@@ -379,6 +379,13 @@ public class StaffController extends WebBaseController {
}
}
}
if(null != login.getSuperAdmin() && login.getSuperAdmin()==1) {
ClerkDTO superClerk = this.clerkService.getSuperAdminByEnterpriseId(enterpriseId) ;
if(superClerk.getPhoneNumber().contains(search)) {
superClerk.setClerkName("超级管理员");
retList.add(EntityUtil.changeEntityByJSON(ClerkInfoVo.class, superClerk));
}
}
return resultResponse(HaoBanErrCode.ERR_1, retList);
}
......
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