data/db_cx.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/lf/server/service/data/PublishService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
data/db_cx.sql
@@ -39,7 +39,6 @@ ---------------------------------------------------------------------------------------------- 00.SQL查询 insert into lf.sys_meta_pub (metaid, pubid) select 1, 1 from (select 1) temp where not exists (select 1 from lf.sys_meta_pub where metaid = 1 and pubid = 1); src/main/java/com/lf/server/service/data/PublishService.java
@@ -94,8 +94,8 @@ /** * 插入发布数据 */ public int insertForPub(PubEntity entity) { public int insertForPub(PubEntity entity) throws Exception { Thread.sleep(30000); return 0; }