张晓波
2023-12-12 d3e6773ef7cd0e11a444b41ec3da15938fabd85b
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);