|
@@ -238,7 +238,7 @@ public class InvalidRecordService extends ServiceImpl<InvalidRecordMapper, Inval
|
|
|
//先删除附件
|
|
|
LambdaQueryWrapper<AssoOtherPatentInfoFile> queryWrapper = new LambdaQueryWrapper<>();
|
|
|
queryWrapper.in(AssoOtherPatentInfoFile::getOtherPatentInfoId, ids)
|
|
|
- .eq(AssoOtherPatentInfoFile::getType, 5);
|
|
|
+ .eq(AssoOtherPatentInfoFile::getType, 6);
|
|
|
assoOtherPatentInfoFileService.remove(queryWrapper);
|
|
|
this.removeBatchByIds(ids);
|
|
|
}
|