通知跳转链接调整

This commit is contained in:
zhangchenbiao
2023-08-25 18:06:24 +08:00
parent 65a69c8c6c
commit 2e372c76d3
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ public class FollowTaskServiceImpl implements FollowTaskService {
private RedisUtilPool redisUtilPool;
@Resource
private NoticeService noticeService;
@Value("${feishu.notice.link.url:null}")
@Value("${feishu.notice.link.url}")
private String linkUrl;
@Override

View File

@@ -86,7 +86,7 @@ public class HyPartnerInterviewPlanServiceImpl implements HyPartnerInterviewPlan
HyPartnerUserChannelDAO hyPartnerUserChannelDAO;
@Value("${feishu.notice.link.url:null}")
@Value("${feishu.notice.link.url}")
private String linkUrl;
@Autowired

View File

@@ -71,7 +71,7 @@ public class InterviewServiceImpl implements InterviewService {
@Value("${hs.sms.templateCode:null}")
private String templateCode;
@Value("${feishu.notice.link.url:null}")
@Value("${feishu.notice.link.url}")
private String linkUrl;
@Autowired