|
|
@@ -400,6 +400,10 @@ class BonusController extends BaseController {
|
|
|
if ($sysConfig['openQY']['VALUE']) {
|
|
|
$tableKey[] = 'BONUS_QY';
|
|
|
}
|
|
|
+ $tableKey[] = 'BONUS_BS';
|
|
|
+ if ($sysConfig['openGX']['VALUE']) {
|
|
|
+ $tableKey[] = 'BONUS_GX';
|
|
|
+ }
|
|
|
// if ($sysConfig['openYC']['VALUE']) {
|
|
|
// $tableKey[] = 'BONUS_YC';
|
|
|
// }
|
|
|
@@ -416,16 +420,14 @@ class BonusController extends BaseController {
|
|
|
// if ($sysConfig['openYJ']['VALUE']) {
|
|
|
// $tableKey[] = 'BONUS_YJ';
|
|
|
// }
|
|
|
- if ($sysConfig['openGX']['VALUE']) {
|
|
|
- $tableKey[] = 'BONUS_GX';
|
|
|
- }
|
|
|
+
|
|
|
// if ($sysConfig['openGL']['VALUE']) {
|
|
|
// $tableKey[] = 'BONUS_GL';
|
|
|
// }
|
|
|
// if ($sysConfig['openJXS']['VALUE']) {
|
|
|
// $tableKey[] = 'BONUS_STANDARD';
|
|
|
// }
|
|
|
- // $tableKey[] = 'BONUS_BS';
|
|
|
+
|
|
|
$tableKey[] = 'BONUS_TOTAL';
|
|
|
$tableKey[] = 'RECONSUME_POINTS';
|
|
|
$tableKey[] = 'EXCHANGE_POINTS';
|