Commit 62641537 authored by hujun's avatar hujun

where

parent e2bdf4b8
...@@ -187,7 +187,7 @@ class Cost extends Basic ...@@ -187,7 +187,7 @@ class Cost extends Basic
//详细用途简述 //详细用途简述
if (isset($param['purpose'])) { if (isset($param['purpose'])) {
$check_where['a.purpose'] = ['like', '%'.$param['purpose'].'%']; $where['a.purpose'] = ['like', '%'.$param['purpose'].'%'];
} }
return $where; return $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