xiexiang пре 11 месеци
родитељ
комит
e07448fd33
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/cn/cslg/pas/service/business/InvalidRecordService.java

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