问答系统开发

This commit is contained in:
devil_gong
2019-03-08 17:36:45 +08:00
parent 534e969396
commit c1fcc7bf7b
19 changed files with 579 additions and 63 deletions

View File

@ -53,7 +53,7 @@ class Answer extends Common
$params = input();
// 分页
$number = 10;
$number = MyC('admin_page_number', 10, true);
// 条件
$where = AnswerService::AnswerListWhere($params);