|
@@ -77,8 +77,8 @@ public class CaseTagPointServiceImpl extends ServiceImpl<ICaseTagPointMapper, Ca
|
|
|
List<CaseTagPointVo> caseTagPointVoList = new ArrayList<>();
|
|
|
for (CaseTagPoint caseTagPoint : list) {
|
|
|
CaseTagPointVo caseTagPointVo = new CaseTagPointVo();
|
|
|
- BeanUtils.copyProperties(caseTagPoint,caseTagPointVo);
|
|
|
BeanUtils.copyProperties(caseTag,caseTagPointVo);
|
|
|
+ BeanUtils.copyProperties(caseTagPoint,caseTagPointVo);
|
|
|
caseTagPointVoList.add(caseTagPointVo);
|
|
|
}
|
|
|
return caseTagPointVoList;
|