|
|
@@ -744,7 +744,7 @@ public class ArticleTweetImplDao implements ArticleTweetDao {
|
|
|
public List<WalkthroughVo> walkthroughPage(String strSql, Integer page, Integer rows) {
|
|
|
int start = (page - 1) * rows;// 每页的起始下标
|
|
|
|
|
|
- String sql=" SELECT AT.id AS id, AT.location_id AS locationId, AT\n" +
|
|
|
+ String sql=" SELECT AT.id AS id, AT.location_id AS locationId,AT.user_id AS userId, AT\n" +
|
|
|
"\t.user_name AS userName,\n" +
|
|
|
"\tAT.title AS title,\n" +
|
|
|
"\tAT.content AS content,\n" +
|