新增出错短信提醒
This commit is contained in:
@@ -166,8 +166,7 @@ func (self *TaskController) Detail() {
|
||||
}
|
||||
|
||||
//是否出错通知
|
||||
self.Data["adminInfo"] = []int{0}
|
||||
fmt.Println(task.NotifyUserIds)
|
||||
self.Data["adminInfo"] = []*AdminInfo{}
|
||||
if task.NotifyUserIds != "0" && task.NotifyUserIds != "" {
|
||||
self.Data["adminInfo"] = AllAdminInfo(task.NotifyUserIds)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user