Explorar o código

修改shopify引起的错误信息

lvhao hai 1 semana
pai
achega
dd0af465df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/controllers/User.php

+ 1 - 1
core/CoreApp/controllers/User.php

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