张磊磊
2023-12-11 62b8f41aced0c0772f4d4eb1aba9d9697c0f8f61
hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/platuser/service/impl/PlatUserServiceImpl.java
@@ -528,8 +528,8 @@
    @Override
    public Map<String, Object> faceRecord(String token) {
        SysUserInfo userInfo = UserInfoUtils.getInstance().getUserInfo(token);
        int userCount = platUserMapper.queryPlatUser(userInfo.getCompanyId());
        //SysUserInfo userInfo = UserInfoUtils.getInstance().getUserInfo(token);
        //int userCount = platUserMapper.queryPlatUser(userInfo.getCompanyId());
        Map<String, Object> map = new HashMap<>();
        map.put("mod","facerecord");
        //map.put("totalUserCount",userCount);