|
@@ -705,7 +705,7 @@ public class MdeOldSyncService {
|
|
|
.eq(OldPositionCvRelDO::getDelFlag, 0)
|
|
|
);
|
|
|
cvRelDOList.forEach(e -> {
|
|
|
- if (!StringUtils.hasText(e.getCvUrl())) {
|
|
|
+ if (!StringUtils.hasText(e.getCvUrl())||!StringUtils.hasText(e.getPublisher())) {
|
|
|
return;
|
|
|
}
|
|
|
if (!userMap.containsKey(Long.valueOf(e.getPublisher()))) {
|