|
|
@ -112,7 +112,7 @@ public class BasicCorpServiceImpl implements BasicCorpService {
|
|
|
|
if (CollUtil.isNotEmpty(list)) {
|
|
|
|
if (CollUtil.isNotEmpty(list)) {
|
|
|
|
if (null != basicCorpEntity.getId()) {
|
|
|
|
if (null != basicCorpEntity.getId()) {
|
|
|
|
for (BasicCorpEntity corpEntity : list) {
|
|
|
|
for (BasicCorpEntity corpEntity : list) {
|
|
|
|
if (corpEntity.getId() != basicCorpEntity.getId()) {
|
|
|
|
if (!corpEntity.getId().equals(basicCorpEntity.getId())) {
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|