|
|
@ -216,6 +216,9 @@ public class EpidemicSentryPostServiceImpl extends BaseServiceImpl<EpidemicSentr |
|
|
|
if (StringUtils.isNotBlank(item.getThirdSentryPostId())) { |
|
|
|
item.setThirdSentryPostId(item.getThirdSentryPostId().trim()); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(item.getSentryPostName())) { |
|
|
|
item.setSentryPostName(item.getSentryPostName().trim()); |
|
|
|
} |
|
|
|
for (EpidemicSentryPostEntity oldItem : oldEntityList) { |
|
|
|
if (StringUtils.isNotBlank(item.getThirdSentryPostId()) && item.getThirdSentryPostId().equals(oldItem.getThirdSentryPostId())) { |
|
|
|
//三方哨卡Id相同时 更新
|
|
|
|