|
@@ -86,6 +86,8 @@ public class ExtendContentServiceImpl extends ServiceImpl<ExtendContentMapper, E
|
86
|
86
|
extendContentQuery.eq(null != cityId && cityId != 0, "city_id", cityId);
|
87
|
87
|
extendContentQuery.eq("status","1");
|
88
|
88
|
extendContentQuery.eq("org_id",orgId);
|
|
89
|
+ extendContentQuery.orderByDesc("order_no");
|
|
90
|
+ extendContentQuery.orderByDesc("create_date");
|
89
|
91
|
List<ExtendContent> taExtendContent = extendContentMapper.selectList(extendContentQuery);
|
90
|
92
|
responseBean.addSuccess(taExtendContent);
|
91
|
93
|
return responseBean;
|