|
@@ -70,6 +70,7 @@ public class CaseTagPointServiceImpl extends ServiceImpl<ICaseTagPointMapper, Ca
|
|
|
}
|
|
|
LambdaQueryWrapper<CaseTagPoint> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(CaseTagPoint::getTagId,tagId);
|
|
|
+ wrapper.orderByDesc(CaseTagPoint::getCreateTime);
|
|
|
List<CaseTagPoint> list = this.list(wrapper);
|
|
|
List<CaseTagPointVo> caseTagPointVoList = new ArrayList<>();
|
|
|
for (CaseTagPoint caseTagPoint : list) {
|