Commit 968f50e0 authored by zhuwei's avatar zhuwei

1

parent 5c8b65e3
......@@ -517,7 +517,7 @@ class AmercementService
*/
public function buildConditions($params)
{
$conditions = [];
$conditions['is_del'] = 0;
//时间
if (!empty($params['start_time']) && !empty($params['end_time'])) {
$conditions['create_time'] = ['between', [$params['start_time'] . ' 00:00:00', $params['end_time'] . ' 23:59:59']];
......
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