Commit ee958e7a by 杨浩

评分排序

parent d7f3b33d
...@@ -26,7 +26,7 @@ public interface ScoringWeightMapper extends BaseMapperX<ScoringWeightDO> { ...@@ -26,7 +26,7 @@ public interface ScoringWeightMapper extends BaseMapperX<ScoringWeightDO> {
.eqIfPresent(ScoringWeightDO::getSort, reqVO.getSort()) .eqIfPresent(ScoringWeightDO::getSort, reqVO.getSort())
.betweenIfPresent(ScoringWeightDO::getCreateTime, reqVO.getCreateTime()) .betweenIfPresent(ScoringWeightDO::getCreateTime, reqVO.getCreateTime())
.eqIfPresent(ScoringWeightDO::getWebDisplay, reqVO.getWebDisplay()) .eqIfPresent(ScoringWeightDO::getWebDisplay, reqVO.getWebDisplay())
.orderByDesc(ScoringWeightDO::getId)); .orderByAsc(ScoringWeightDO::getSort));
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment