feat: 标准文本信息上传

This commit is contained in:
super_liu
2021-07-12 11:02:11 +08:00
parent b335387242
commit f41d94bbd9
2 changed files with 3 additions and 2 deletions
@@ -281,7 +281,7 @@ public class AttFileEOServiceImpl extends ServiceImpl<AttFileEODao, AttFileEO> i
if(StringUtils.isNotEmpty(idList[i])){
attFileEO.setId(idList[i]);
AttFileEO getFile = this.baseMapper.selectFileInfoById(attFileEO);
if(attFileEO != null){
if(attFileEO != null && getFile != null){
fileObj.add(getFile);
}
}