任务,通知功能完成

This commit is contained in:
PandaGoAdmin
2021-12-26 22:24:44 +08:00
parent 816791f148
commit e85bbbc030
17 changed files with 48 additions and 40 deletions

View File

@@ -3,7 +3,6 @@ package utils
import (
"bytes"
"github.com/kakuilan/kgo"
"log"
"strings"
"text/template"
)
@@ -78,7 +77,6 @@ func DeptPCIds(deptIds []string, id int64, isP bool) []int64 {
is := true
for _, deptId := range deptIds {
did := kgo.KConv.Str2Int64(deptId)
log.Println(did)
if is {
pRes = append(pRes, did)
}