验证条款是否存在修改
This commit is contained in:
+5
@@ -1721,12 +1721,17 @@ public class DocumentSplitServiceImpl implements IDocumentSplitService {
|
||||
msg.append(obj.getName()).append(",");
|
||||
continue;
|
||||
}
|
||||
}else{
|
||||
msg.append(obj.getName()).append(",");
|
||||
continue;
|
||||
}
|
||||
if(!CollectionUtils.isEmpty(listLawsDocumentSplit)){
|
||||
long l = listLawsDocumentSplit.stream().filter(o->Objects.equals(o.getId(),obj.getId())).count();
|
||||
if(l == 0){
|
||||
msg.append(obj.getName()).append(",");
|
||||
}
|
||||
}else{
|
||||
msg.append(obj.getName()).append(",");
|
||||
}
|
||||
}
|
||||
if(!StringUtils.isEmpty(msg.toString())){
|
||||
|
||||
Reference in New Issue
Block a user