@@ -12,7 +12,7 @@ public final class PrintLogInfoUtils {
private static final Log log = LogFactory.getLog(PrintLogInfoUtils.class);
- private static boolean printLog(String key, Object value) {
+ public static Boolean printLog(String key, Object value) {
log.info(" 考勤日志 key : {}, value : {}", key, value);
return true;
}