(prd period, limit int, withCache ...bool)
| 111 | } |
| 112 | |
| 113 | func (m *BookCounter) PageViewSort(prd period, limit int, withCache ...bool) (books []SortedBook) { |
| 114 | return m._sort(prd, limit, "vcnt", withCache...) |
| 115 | } |
| 116 | |
| 117 | func (*BookCounter) _sort(prd period, limit int, orderField string, withCache ...bool) (books []SortedBook) { |
| 118 | field := "vcnt" // 浏览 |