|
@@ -2077,11 +2077,11 @@ class Returngoods extends Start_Controller {
|
|
|
$insert_flag = false;
|
|
|
|
|
|
$shop = $this->shop->read($post['shop']);
|
|
|
- if(!in_array($shop['type'],array(269,270,1514,2297))){
|
|
|
+ if(!in_array($shop['type'],array(269,270,1514,2297,2768))){
|
|
|
echo json_encode(array('msg'=>'平台未录入,请重试','success'=>false));exit;
|
|
|
}
|
|
|
//独立站
|
|
|
- if($shop['type'] == 269){
|
|
|
+ if($shop['type'] == 269 || $shop['type'] ==2768){
|
|
|
$insert_flag = $this->fullorder->insert($post);
|
|
|
|
|
|
}
|