|
|
@ -895,7 +895,8 @@ class FinanceController extends ThinkController
|
|
|
|
$this->checkListOrCountAuthRestMap($map,[]);
|
|
|
|
$this->checkListOrCountAuthRestMap($map,[]);
|
|
|
|
|
|
|
|
|
|
|
|
$testWhere['_string'] .= ' and game_id in(' . implode(',', $exceptIds) . ')';
|
|
|
|
$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) {
|
|
|
|
if (count($exceptIds) > 0) {
|
|
|
|