Commit b57975e5 authored by 赵啸非's avatar 赵啸非

每天早上定时添加考勤记录

parent 8318f75c
......@@ -114,6 +114,7 @@ public class ControllerScanUtil {
if (mExits2) {
PostMapping postMapping = method.getAnnotation(PostMapping.class);
String s =postMapping.value()[0];
log.info("unauth path :{}",s);
if(!"list".equalsIgnoreCase(s)){
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment