修改OTA变更
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user