|
@@ -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}");
|