修改OTA变更

This commit is contained in:
高嵩
2023-05-24 10:56:03 +08:00
parent db320f464e
commit ca32be52a9
@@ -353,7 +353,7 @@ public class OtaBaSjSjxtbhServiceImpl extends ServiceImpl<OtaBaSjSjxtbhMapper, O
if(ObjectUtils.isNotEmpty(otaBaSjSjyxpg)){
newClfjList.addAll(oldClfjList);
otaBaSjSjyxpg.setClfj(StringUtils.join(newClfjList.stream().distinct().collect(Collectors.toList()), ","));
this.otaBaSjSjyxpgService.updateById(otaBaSjSjyxpg);
this.otaBaSjSjyxpgService.saveOrUpdate(otaBaSjSjyxpg);
}
}
FileUnZip.deleteDir(tempFile);