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; }