Crunchy
2024-07-30 f66e55018cdb32e3440486889343c95bc4e467a2
framework/src/main/java/com/yuanchu/mom/common/GetLook.java
@@ -26,7 +26,8 @@
        }
        Map<String, Integer> map = new HashMap<>();
        map.put("userId", id);
        map.put("look", authMapper.countPower(id, method));
        Integer look = authMapper.countPower(id, method);
        map.put("look", look==null?0:look);
        return map;
    }
}