Commit 2dcbefc9 authored by hujun's avatar hujun

money_total

parent 05a976f9
...@@ -2390,6 +2390,7 @@ class Finance extends Basic ...@@ -2390,6 +2390,7 @@ class Finance extends Basic
if (!empty($order_id)) { if (!empty($order_id)) {
$where[] = ['EXP', 'a.order_id='.$order_id]; $where[] = ['EXP', 'a.order_id='.$order_id];
} }
$is_show = 1;
} }
if (!empty($this->params['pay_id'])) { if (!empty($this->params['pay_id'])) {
......
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