|
@@ -260,8 +260,8 @@ class Registration extends Start_Controller {
|
|
|
echo json_encode(array('msg'=>'编号或订单号填写错误','success'=>false));exit;
|
|
|
}
|
|
|
$red = $this->input->post('red',true);
|
|
|
- //$post['ted'] = rtrim($red,',');
|
|
|
- unset($post['red']);
|
|
|
+ $post['ted'] = rtrim($red,',');
|
|
|
+ //unset($post['red']);
|
|
|
if($this->registration->insert($post))
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'添加成功','success'=>true));exit;
|