Преглед на файлове

Merge branch 'bugfix_6687' into debug

xiziwen преди 5 месеца
родител
ревизия
723e78edcd
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      controllers/data_manage/excel/excel_info.go

+ 4 - 0
controllers/data_manage/excel/excel_info.go

@@ -379,6 +379,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)