作者 tangxvhui

更新

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