From 62b8f41aced0c0772f4d4eb1aba9d9697c0f8f61 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期一, 11 十二月 2023 17:14:00 +0800
Subject: [PATCH] thing.js钢筋消耗月排序

---
 hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/platuser/service/impl/PlatUserServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/platuser/service/impl/PlatUserServiceImpl.java b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/platuser/service/impl/PlatUserServiceImpl.java
index f4210ea..628d27b 100644
--- a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/platuser/service/impl/PlatUserServiceImpl.java
+++ b/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);

--
Gitblit v1.9.3