소스 검색

Merge branch 'feature/eta1.6.7_permission' into debug

xyxie 1 년 전
부모
커밋
6bbbdc7338
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      models/report_chapter_type.go

+ 0 - 1
models/report_chapter_type.go

@@ -318,7 +318,6 @@ func GetReportChapterTypePageList(condition string, pars []interface{}) (list []
 	sql := ` SELECT * FROM report_chapter_type WHERE 1 = 1 `
 	sql += condition
 	sql += ` ORDER BY sort ASC, created_time DESC`
-	sql += ` LIMIT ?,?`
 	_, err = o.Raw(sql, pars).QueryRows(&list)
 	return
 }