Commit 1d021e99 authored by 赵啸非's avatar 赵啸非

添加自定义导入修改

parent 26b407b3
......@@ -46,14 +46,14 @@ public class MatterCustomImportEntity extends BaseEntityLong {
/**
* 事项详情链接
*/
@Excel(name = "办事指南地址")
@Excel(name = "网办地址")
private String url;
/**
* pc详细地址
*/
@Excel(name = "网办地址")
@Excel(name = "办事指南地址")
private String netApplyUrl;
......
......@@ -2163,7 +2163,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
matterChannelEntity.setMatterCode(matterEntity.getMatterNo());
matterChannelEntity.setMatterName(matterEntity.getMatterName());
matterChannelEntity.setName(matterCustomImportEntity.getWebName());
matterChannelEntity.setUrl(matterCustomImportEntity.getNetApplyUrl());
matterChannelEntity.setUrl(matterCustomImportEntity.getUrl());
matterChannelEntity.setCreateTime(new Date());
matterChannelEntity.setCreateUserId(1L);
......@@ -2201,7 +2201,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
matterChannelEntity.setMatterCode(matterEntity.getMatterNo());
matterChannelEntity.setMatterName(matterEntity.getMatterName());
matterChannelEntity.setName(matterCustomImportEntity.getWebName());
matterChannelEntity.setUrl(matterCustomImportEntity.getNetApplyUrl());
matterChannelEntity.setUrl(matterCustomImportEntity.getUrl());
matterChannelEntity.setCreateTime(new Date());
matterChannelEntity.setCreateUserId(1L);
......
......@@ -5,7 +5,7 @@ Content-Type: application/json
{
"siteId": 1,
"size":1,
"size":100,
"businessIdNotList": [498,500]
}
......
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