|
@@ -897,7 +897,7 @@ class User extends Start_Controller
|
|
$id = $this->input->post('id', true);
|
|
$id = $this->input->post('id', true);
|
|
$xqtime = $this->input->post('xqtime', true);
|
|
$xqtime = $this->input->post('xqtime', true);
|
|
$xqshop = $this->shop->read($id);
|
|
$xqshop = $this->shop->read($id);
|
|
- if ($xqshop['type'] == "269") {
|
|
|
|
|
|
+ if ($xqshop['type'] == "269" || $xqshop['type'] == "2768") {
|
|
$sid = 'fullorder';
|
|
$sid = 'fullorder';
|
|
} else if ($xqshop['type'] == "270") {
|
|
} else if ($xqshop['type'] == "270") {
|
|
$sid = 'fullordersmt';
|
|
$sid = 'fullordersmt';
|