xiaoyu 3 年 前
コミット
a0942fa33e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      admin/control/refill_third.php

+ 1 - 0
admin/control/refill_third.php

@@ -187,6 +187,7 @@ class refill_thirdControl extends SystemControl
                 $insert['channel_amount'] = trim($_POST['channel_amount']);
                 $insert['recharge_type'] = trim($_POST['recharge_type']);
                 $insert['system_code'] = $system_code;
+                $insert['product_type'] = $third_product['product_type'];
                 $result = $mod->addProviderProduct($insert);
                 if ($result) {
                     showMessage('添加成功', "index.php?act=refill_third&op=third_proprice&system_code={$system_code}");