|
@@ -147,7 +147,7 @@ public class RecruitApiController {
|
|
}
|
|
}
|
|
|
|
|
|
if("0".equals(status)){
|
|
if("0".equals(status)){
|
|
- sortList.add(new Sort("a.is_topping","asc"));
|
|
|
|
|
|
+ sortList.add(new Sort("a.is_topping","desc"));
|
|
sortList.add(new Sort("a.update_time","desc"));
|
|
sortList.add(new Sort("a.update_time","desc"));
|
|
if (StringUtils.isNotEmpty(content)) {
|
|
if (StringUtils.isNotEmpty(content)) {
|
|
searchParams.put("content","%" + content.trim() + "%");
|
|
searchParams.put("content","%" + content.trim() + "%");
|