From e5ca6ba196b8a311cbc0ea182bd6213914c3cce3 Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Fri, 23 Aug 2019 14:22:21 +0800
Subject: [PATCH] 新增传递查询时间的月份信息

---
 src/main/resources/system/sysConfig.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/system/sysConfig.properties b/src/main/resources/system/sysConfig.properties
index 5af58f3..5e07f0b 100644
--- a/src/main/resources/system/sysConfig.properties
+++ b/src/main/resources/system/sysConfig.properties
@@ -27,5 +27,5 @@
 e19-standard=50
 orgId=5
 password=123456
-noFilters=/**/*.css,/**/*.json,/screen/**,/**/*.jsp,/**/*.js,/**/*.html,/**/*.gif,/**/*.png,/**/*.ico,/machineactivate/**,/mobile/**
-specialOrgIds=-1,5
\ No newline at end of file
+noFilters=/**/*.css,/**/*.json,/alarm/**,/screen/**,/**/*.jsp,/**/*.js,/**/*.gif,/**/*.png,/**/*.ico,/**/*.html,/**/*.map,/machineactivate/**,/device/**,/sensor/**,/mobile/**,/page/**,/swagger*/**,/v2/**,/webjars/**,/demo/**,/weixin/alarm-show
+specialOrgIds=5
\ No newline at end of file

--
Gitblit v1.8.0