管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-18 df4efa2c9f80c80d127a947ff5fd57f66ae91940
1
已修改2个文件
5 ■■■■■ 文件已修改
data/db_cx.sql 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/lf/server/service/data/PublishService.java 4 ●●●● 补丁 | 查看 | 原始文档 | 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;
    }