作者 tangxvhui

调整查询条件

@@ -1801,10 +1801,9 @@ func (srv *SummaryEvaluationService) ListAllEvaluationFinish(param *command.Quer @@ -1801,10 +1801,9 @@ func (srv *SummaryEvaluationService) ListAllEvaluationFinish(param *command.Quer
1801 1801
1802 //获取评估列表信息 1802 //获取评估列表信息
1803 condition1 := map[string]interface{}{ 1803 condition1 := map[string]interface{}{
1804 - "cycleId": param.CycleId,  
1805 - "types": int(domain.EvaluationFinish),  
1806 - "limit": limit,  
1807 - "beginTime": time.Now(), 1804 + "cycleId": param.CycleId,
  1805 + "types": int(domain.EvaluationFinish),
  1806 + "limit": limit,
1808 } 1807 }
1809 if offset > 0 { 1808 if offset > 0 {
1810 condition1["offset"] = offset 1809 condition1["offset"] = offset