Skip to content

Commit 42aa60f

Browse files
authored
Update SQLConfig.java
1 parent ed80ae8 commit 42aa60f

File tree

1 file changed

+0
-4
lines changed
  • APIJSON-Java-Server/APIJSON-Idea/src/main/java/zuo/biao/apijson/server/sql

1 file changed

+0
-4
lines changed

APIJSON-Java-Server/APIJSON-Idea/src/main/java/zuo/biao/apijson/server/sql/SQLConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
import apijson.demo.server.model.BaseModel;
5555
import apijson.demo.server.model.User;
5656
import apijson.demo.server.model.Privacy;
57-
import apijson.demo.server.model.NetsbdNews;
58-
import apijson.demo.server.model.NetsbdNewsCategory;
5957
import zuo.biao.apijson.Log;
6058
import zuo.biao.apijson.RequestMethod;
6159
import zuo.biao.apijson.RequestRole;
@@ -117,8 +115,6 @@ public class SQLConfig {
117115

118116
TABLE_KEY_MAP.put(User.class.getSimpleName(), "apijson_user");
119117
TABLE_KEY_MAP.put(Privacy.class.getSimpleName(), "apijson_privacy");
120-
TABLE_KEY_MAP.put(NetsbdNews.class.getSimpleName(), "ims_netsbd_news");
121-
TABLE_KEY_MAP.put(NetsbdNewsCategory.class.getSimpleName(), "ims_netsbd_news_category");
122118
}
123119

124120

0 commit comments

Comments
 (0)