Commit 8b4b7285 authored by hujun's avatar hujun

s

parent 9fc3cd79
......@@ -109,7 +109,7 @@ class Cost extends Basic
$where['a.is_del'] = 0;
//默认提交的月份
if (isset($params['count_time'])) {
if (isset($param['count_time'])) {
$where['a.count_time'] = $param['count_time'];
}
......
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