master
elf 2 years ago
parent 547be56d16
commit d5aa4ad70e

@ -895,7 +895,8 @@ class FinanceController extends ThinkController
$this->checkListOrCountAuthRestMap($map,[]);
$testWhere['_string'] .= ' and game_id in(' . implode(',', $exceptIds) . ')';
$testAllAmount = M('test_order', 'tab_')->where($testWhere)->sum('pay_amount');
// $testAllAmount = M('test_order', 'tab_')->where($testWhere)->sum('pay_amount'); // 有bug 20220822
$testAllAmount = 0;
//统计合计
if (count($exceptIds) > 0) {

Loading…
Cancel
Save