浏览代码

关闭企业文章借口

XMTT 5 年之前
父节点
当前提交
6ecda92d74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/ekexiu/portal/service/ArticleService.java

+ 1 - 1
src/main/java/com/ekexiu/portal/service/ArticleService.java

@ -956,7 +956,7 @@ public class ArticleService {
956 956
	}
957 957

958 958
	@Get
959
	@Path("/publish")
959
	@Path("/publish1")
960 960
	public List<Article> proPublish(@JdbcConn Connection con, String category, String owner, @DefaultValue("\"9\"") String publishTime,@DefaultValue("Long.MAX_VALUE")long shareId, int rows)throws SQLException {
961 961
			return this.articleDao.publish(con,category, owner, publishTime,shareId, rows);
962 962
	}