|
@@ -62,6 +62,18 @@ func GetReportDailyList(startSize, pageSize int) (items []*ReportList, err error
|
|
func GetReportRecentList(startSize, pageSize int) (items []*ReportList, err error) {
|
|
func GetReportRecentList(startSize, pageSize int) (items []*ReportList, err error) {
|
|
sql := ` SELECT a.id,a.add_type,a.classify_id_first,a.classify_name_first,a.classify_id_second,a.classify_name_second,a.title,a.abstract,a.author,a.frequency,
|
|
sql := ` SELECT a.id,a.add_type,a.classify_id_first,a.classify_name_first,a.classify_id_second,a.classify_name_second,a.title,a.abstract,a.author,a.frequency,
|