Commit 441b5cf6 by 徐高华

超管

parent 99047dbe
......@@ -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