From 9cad9cc6a2e94e76cad702f6b79764e505b046ba Mon Sep 17 00:00:00 2001 From: zhangdaihao Date: Tue, 11 Jul 2017 09:53:06 +0800 Subject: [PATCH] =?UTF-8?q?jeecg=20=E6=96=B0=E5=A2=9Eqq=E7=BE=A4=20?= =?UTF-8?q?=E2=91=A4293658367?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../java/org/jeecgframework/tag/core/easyui/DataGridTag.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ef51c273..65793074 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ JEECG 技术交流 ----------------------------------- -* QQ交流群: ③289782002、②106838471(满)、①106259349(满)、④176031980(满)
+* QQ交流群: ⑤293658367、③289782002、②106838471(满)、①106259349(满)、④176031980(满)
* 官方论坛: [http://www.jeecg.org](http://www.jeecg.org) * 官方网站: [http://www.guojusoft.com](http://www.guojusoft.com) * 官方博客: [http://blog.csdn.net/zhangdaiscott](http://blog.csdn.net/zhangdaiscott) diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java index 3ee46008..8971edf9 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java @@ -33,8 +33,6 @@ import org.jeecgframework.web.system.pojo.base.TSOperation; import org.jeecgframework.web.system.pojo.base.TSType; import org.jeecgframework.web.system.service.SystemService; import org.springframework.beans.factory.annotation.Autowired; - -import com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleIfStatement.Else; import com.google.common.base.Function; import com.google.gson.Gson;