904
|
public PageQueryResult<Article> pgPublishNotInPlatform(@JdbcConn Connection con,String pid,@Nullable String key,@DefaultValue("10") int pageSize,@DefaultValue("1") int pageNo)throws SQLException {
|
904
|
public PageQueryResult<Article> pgPublishNotInPlatform(@JdbcConn Connection con,String pid,@Nullable String key,@DefaultValue("10") int pageSize,@DefaultValue("1") int pageNo)throws SQLException {
|
905
|
return this.articleDao.publishInPlatform(con,pid,key,pageSize,pageNo);
|
|
|
|
|
905
|
return this.articleDao.publishNotInPlatform(con,pid,key,pageSize,pageNo);
|