This commit is contained in:
parent
9d832a0955
commit
468c71b304
|
@ -66,7 +66,7 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
|
||||||
@Autowired
|
@Autowired
|
||||||
private NoticeUntil noticeUntil;
|
private NoticeUntil noticeUntil;
|
||||||
|
|
||||||
@Value("#{new Boolean(${notice.yawei})")
|
@Value("#{new Boolean(${notice.yawei})}")
|
||||||
private Boolean noticeYaWei; // 是否发送消息到亚微中心
|
private Boolean noticeYaWei; // 是否发送消息到亚微中心
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue