张晓波
2023-12-11 24fc3f18bbeddda342ddf3a3d7f2dd4ef9feab3f
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);