修改bug

master
ELF 4 years ago
parent cefed5c559
commit fbe8d7a351

@ -783,7 +783,7 @@ class FinanceController extends ThinkController
//统计合计
if (count($exceptIds) > 0) {
if (isset($map['_string'])) {
$map['_string'] .= " s.game_id not in (" . implode(',', $exceptIds) . ")";
$map['_string'] .= " and s.game_id not in (" . implode(',', $exceptIds) . ")";
} else {
$map['_string'] = " s.game_id not in (" . implode(',', $exceptIds) . ")";
}

Loading…
Cancel
Save