Commit e4a08e6e authored by nie'hong's avatar nie'hong

完善工时统计

parent bd2f4e10
......@@ -21,7 +21,10 @@ import java.util.Map;
@Component
public class LoginFilter implements Filter {
private final static List<String> URI_LIST = Arrays.asList("/login","/webjars","/swagger-resources","/null","/v2","/swagger-ui.html");
private final static List<String> URI_LIST = Arrays.asList("/login","/webjars","/swagger-resources",
"/null","/v2","/swagger-ui.html","/work/collect","/work/order/addOrder","/work/order/examine","/work/order/getDeptNotOrderInfo",
"/work/order/getExamineApplets","/work/order/getProject","/work/order/noSubmit","/work/order/query","/work/order/reject",
"/changePassword","getUserInfo","/statistics/getCurrentMonthWorkTimeCollect","/statistics/getMonthlyWorkingHours");
@Override
public void init(FilterConfig filterConfig) throws ServletException {
......
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