Commit 5d6e45c9 authored by hujun's avatar hujun

where

parent 1dd78864
......@@ -4355,7 +4355,7 @@ class Finance extends Basic
$where['b.income_time'] = $params['income_time'];
}
if (isset($where['create_time'])) {
if (isset($params['create_time'])) {
$where['b.create_time'] = $params['create_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