|
@@ -74,6 +74,7 @@ public class CaseTagPointServiceImpl extends ServiceImpl<ICaseTagPointMapper, Ca
|
|
|
wrapper.eq(CaseTagPoint::getBindHide,0);
|
|
|
wrapper.orderByAsc(CaseTagPoint::getCreateTime);
|
|
|
List<CaseTagPoint> list = this.list(wrapper);
|
|
|
+
|
|
|
List<CaseTagPointVo> caseTagPointVoList = new ArrayList<>();
|
|
|
for (CaseTagPoint caseTagPoint : list) {
|
|
|
CaseTagPointVo caseTagPointVo = new CaseTagPointVo();
|