|
@@ -377,6 +377,10 @@ func (c *ExcelInfoController) List() {
|
|
|
adminId, _ := c.GetInt("AdminId")
|
|
|
source, _ := c.GetInt("Source")
|
|
|
|
|
|
+ if keyword == `` { // 兼容前端
|
|
|
+ keyword = c.GetString("Keyword")
|
|
|
+ }
|
|
|
+
|
|
|
var total int
|
|
|
page := paging.GetPaging(currentIndex, pageSize, total)
|
|
|
|