lvhao 11 時間 前
コミット
d19db8281a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      core/CoreApp/controllers/Registration.php

+ 2 - 2
core/CoreApp/controllers/Registration.php

@@ -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;