作者 tangxvhui

调整查询条件

@@ -1804,7 +1804,6 @@ func (srv *SummaryEvaluationService) ListAllEvaluationFinish(param *command.Quer @@ -1804,7 +1804,6 @@ func (srv *SummaryEvaluationService) ListAllEvaluationFinish(param *command.Quer
1804 "cycleId": param.CycleId, 1804 "cycleId": param.CycleId,
1805 "types": int(domain.EvaluationFinish), 1805 "types": int(domain.EvaluationFinish),
1806 "limit": limit, 1806 "limit": limit,
1807 - "beginTime": time.Now(),  
1808 } 1807 }
1809 if offset > 0 { 1808 if offset > 0 {
1810 condition1["offset"] = offset 1809 condition1["offset"] = offset