Commit 629437f8 authored by hujun's avatar hujun

修改获取周报或者日报搜索条件

parent 1269f719
......@@ -170,7 +170,7 @@ class Statement extends Basic
if ($this->params['type'] == 1) {
$where['type'] = 1;
} else {
$where['type'] = 2;
$where['type'] = 0;
}
$data['list'] = $agent_report->getList($pageNo, $pageSize, 'id desc', $fields, $where);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment