Browse Source

10/18 debug

xiexiang 11 months ago
parent
commit
e07448fd33

+ 1 - 1
src/main/java/cn/cslg/pas/service/business/InvalidRecordService.java

@@ -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);
         }