|
@@ -35,7 +35,7 @@ public class CaseImgServiceImpl extends ServiceImpl<ICaseImgMapper, CaseImg> imp
|
|
if(param.getStatus() != null){
|
|
if(param.getStatus() != null){
|
|
wrapper.eq(CaseImg::getStatus,param.getStatus());
|
|
wrapper.eq(CaseImg::getStatus,param.getStatus());
|
|
}
|
|
}
|
|
- wrapper.orderByDesc(CaseImg::getSort);
|
|
|
|
|
|
+ wrapper.orderByAsc(CaseImg::getSort);
|
|
return this.list(wrapper);
|
|
return this.list(wrapper);
|
|
}
|
|
}
|
|
|
|
|