|
|
@@ -66,7 +66,7 @@ public class ClinicQuery implements Serializable {
|
|
|
private List<String> orderByAsc=new ArrayList<>();
|
|
|
|
|
|
public List<String> getOrderByDesc() {
|
|
|
- if(monitorStartTimeDesc==null){
|
|
|
+ if(CollectionUtil.isEmpty(orderByAsc)&&CollectionUtil.isEmpty(orderByDesc)){
|
|
|
setMonitorStartTimeDesc(true);
|
|
|
}
|
|
|
return orderByDesc;
|