mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
普通案例查询
This commit is contained in:
@@ -265,7 +265,7 @@ public class CasesServiceImpl implements ICasesService {
|
||||
query.addOrder(OrderCondition.desc("topTime"));
|
||||
}
|
||||
//如果选择的是优秀案例,那么这里就按优秀案例的试试排序
|
||||
if (caseVo.getExcellent() != null) {
|
||||
if (caseVo.getExcellent() != null && caseVo.getExcellent()) {
|
||||
filters.add(FieldFilters.eq("excellent", caseVo.getExcellent()));
|
||||
}
|
||||
OrderCondition order = null;
|
||||
|
||||
Reference in New Issue
Block a user