管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-18 df4efa2c9f80c80d127a947ff5fd57f66ae91940
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;
    }