Commit 6c8d4994 authored by hujun's avatar hujun

显示总计

parent 8f796e05
...@@ -730,6 +730,7 @@ class Finance extends Basic ...@@ -730,6 +730,7 @@ class Finance extends Basic
$bargain_id_string = implode(',', $bargain_id); $bargain_id_string = implode(',', $bargain_id);
$where[] = ['EXP', 'b.id in ('.$bargain_id_string.') or b.father_id in ('.$bargain_id_string.')']; $where[] = ['EXP', 'b.id in ('.$bargain_id_string.') or b.father_id in ('.$bargain_id_string.')'];
} }
$select = 1;
} else { } else {
return $this->response(101, '内部错误:'.$bargain_arr['msg']); return $this->response(101, '内部错误:'.$bargain_arr['msg']);
} }
......
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