mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 12:01:27 +08:00
任务,通知功能完成
This commit is contained in:
@@ -114,7 +114,8 @@ func Setup() {
|
||||
}
|
||||
sysJob := entity.SysJob{}
|
||||
for i := 0; i < len(jobList); i++ {
|
||||
if jobList[i].Status != "0" && jobList[i].EntryId > 0 {
|
||||
//去除禁用的
|
||||
if jobList[i].Status != "0" {
|
||||
continue
|
||||
}
|
||||
if jobList[i].JobType == "1" {
|
||||
|
||||
Reference in New Issue
Block a user