Browse Source

fix: uv返回

zqbao 8 months ago
parent
commit
ca32cf0d81
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列表-分页
-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")
 	sql := `SELECT
 				b.name,