作者 tangxvhui

更新

... ... @@ -39,7 +39,7 @@ func TestCreatTaskAnamaly(t *testing.T) {
"transactionContext": transactionContext,
})
_, taskRacordList, err := taskRecordRepo.Find(map[string]interface{}{
"ids": []int{1676621987880898560},
"ids": []int{1676621986542915584},
})
if err != nil {
t.Error(err)
... ...
... ... @@ -367,7 +367,7 @@ func (c *TaskController) TaskAnomalyList3Tree() {
userReq := middlewares.GetUser(c.Ctx)
paramReq.CompanyId = int(userReq.CompanyId)
paramReq.UserId = int(userReq.UserId)
resp, err := srv.ListTreeTaskAnomaly2(paramReq)
resp, err := srv.ListTreeTaskAnomaly3(paramReq)
c.Response(resp, err)
}
... ...