Commit a5931b75 authored by 赵啸非's avatar 赵啸非

添加自定义导入修改

parent 1d021e99
...@@ -2189,7 +2189,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter ...@@ -2189,7 +2189,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
if(!ObjectUtils.isEmpty(matterChannelEntities)){ if(!ObjectUtils.isEmpty(matterChannelEntities)){
MatterChannelEntity matterChannelEntity = matterChannelEntities.get(0); MatterChannelEntity matterChannelEntity = matterChannelEntities.get(0);
matterChannelEntity.setName(matterCustomImportEntity.getWebName()); matterChannelEntity.setName(matterCustomImportEntity.getWebName());
matterChannelEntity.setUrl(matterCustomImportEntity.getNetApplyUrl()); matterChannelEntity.setUrl(matterCustomImportEntity.getUrl());
matterChannelEntity.setUpdateTime(new Date()); matterChannelEntity.setUpdateTime(new Date());
matterChannelEntity.setUpdateUserId(1L); matterChannelEntity.setUpdateUserId(1L);
matterChannelService.update(matterChannelEntity); matterChannelService.update(matterChannelEntity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment