mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#83 add notice in user list
This commit is contained in:
parent
4914541afb
commit
b914c0d5b8
@ -91,6 +91,7 @@ public class CallOutPlanTask {
|
||||
|
||||
@Scheduled(fixedDelayString = "${cskefu.callout.watch.interval}") // 每分钟执行一次
|
||||
public void watch() {
|
||||
if(MainContext.isEnableCalloutModule()){
|
||||
logger.debug("[callout executor] check dialplan job running status ...");
|
||||
// load all jobs
|
||||
List<CallOutDialplan> dps = callOutDialplanRes.findByStatusAndIsarchive(MainContext.CallOutDialplanStatusEnum.RUNNING.toString(), false);
|
||||
@ -108,6 +109,7 @@ public class CallOutPlanTask {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Async("callOutTaskExecutor")
|
||||
@Transactional
|
||||
|
@ -9,6 +9,7 @@
|
||||
</span>
|
||||
</h1>
|
||||
<div class="row" style="padding:5px;">
|
||||
<p style="color:red">提示:除管理员外,账号必须在【组织结构】中关联一个部门,必须在【系统角色】中关联一个角色,才可以使用资源。设置后,该账号需重新登系统才能生效。</p>
|
||||
<div class="col-lg-12">
|
||||
<table class="layui-table" lay-skin="line">
|
||||
<colgroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user