Ver Fonte

Merge branch 'feature/eta_1.1.9' into debug

hsun há 1 ano atrás
pai
commit
bd9584569e
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      controllers/smart_report/smart_report.go

+ 3 - 0
controllers/smart_report/smart_report.go

@@ -866,6 +866,9 @@ func (this *SmartReportController) List() {
 		br.Msg = "请选择正确的时间类型"
 		return
 	}
+	if params.TimeType == "modify_time" {
+		params.TimeType = "content_modify_time"
+	}
 
 	var condition string
 	var pars []interface{}