This commit is contained in:
wangliwen 2022-10-31 16:47:16 +08:00
parent 9d832a0955
commit 468c71b304
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
@Autowired
private NoticeUntil noticeUntil;
@Value("#{new Boolean(${notice.yawei})")
@Value("#{new Boolean(${notice.yawei})}")
private Boolean noticeYaWei; // 是否发送消息到亚微中心
@Override