@@ -1681,7 +1681,7 @@ func GetEdbBaseInfoList(condition string, pars []interface{}, orderBy string, st
sql += ` ORDER BY edb_info_id ASC `
}
sql += ` LIMIT ?,? `
-
+ pars = append(pars, startSize, pageSize)
err = o.Raw(sql, pars...).Scan(&items).Error
return