删除无用mapper
This commit is contained in:
parent
c69aef7386
commit
2940be4e0b
|
|
@ -57,8 +57,6 @@ public class LibraryServiceImpl implements LibraryService {
|
|||
@Autowired
|
||||
private ArticlePublishTrackMapper articlePublishTrackMapper;
|
||||
@Autowired
|
||||
private ArticleSendUrlMapper articleSendUrlMapper;
|
||||
@Autowired
|
||||
private CmsSysUserMapper cmsSysUserMapper;
|
||||
@Autowired
|
||||
private ArticlePublishSendMapper articlePublishSendMapper;
|
||||
|
|
@ -692,7 +690,6 @@ public class LibraryServiceImpl implements LibraryService {
|
|||
LOGGER.info("请求企业号跳转文章url[{}]", articleUrl);
|
||||
Map result = new HashMap();
|
||||
String qyhArticleUrl = "";
|
||||
ArticleSendUrl articleSendUrl = this.articleSendUrlMapper.selectByPrimaryKey(publishId);
|
||||
|
||||
String sendViewUrl = viewUrl + "?" + "companyId=" + companyId + "&parentClickId=" + newClickId + "&qyhState=1";
|
||||
if ("1".equals(sendType)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue