Browse Source

Merge branch 'bzq1/uv_custom' of eta_server/eta_api into debug

鲍自强 9 months ago
parent
commit
314ed717d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/english_report_email_pv.go

+ 1 - 1
models/english_report_email_pv.go

@@ -51,7 +51,7 @@ type EnglishReportEmailUvResp struct {
 }
 }
 
 
 // GetEnglishReportEmailPageList 获取邮箱pv列表-分页
 // GetEnglishReportEmailPageList 获取邮箱pv列表-分页
-func GetEnglishReportEmailPvPageList(condition string, pars []interface{}, startSize, pageSize int) (total int, list []*EnglishReportEmailPvResp, err error) {
+func GetEnglishReportEmailPvPageList(condition string, pars []interface{}, startSize, pageSize int) (total int, list []*EnglishReportEmailUvResp, err error) {
 	o := orm.NewOrmUsingDB("rddp")
 	o := orm.NewOrmUsingDB("rddp")
 	sql := `SELECT
 	sql := `SELECT
 				b.name,
 				b.name,