Commit c122ea28 by 肖平

修改排序

parent a1e77c11
...@@ -71,6 +71,7 @@ public class ScenicSpotInfoService { ...@@ -71,6 +71,7 @@ public class ScenicSpotInfoService {
if (!StringUtils.isEmpty(introduce)) { if (!StringUtils.isEmpty(introduce)) {
qw.eq("introduce", introduce); qw.eq("introduce", introduce);
} }
qw.orderByAsc("order_num");
return scenicSpotInfoMapper.selectList(qw); return scenicSpotInfoMapper.selectList(qw);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment