浏览代码

修改shopify引起的错误信息

lvhao 1 周之前
父节点
当前提交
dd0af465df
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';