@@ -167,6 +167,7 @@ class CheckOrderController extends BaseController
protected function saveOrder($post, $draft = false, $update = false)
{
+ print_r($post);die;
$shopAdmin = $this->shopAdmin;
if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
util::fail('超管才能操作');
@@ -50,7 +50,7 @@ class CheckOrderClass extends BaseClass
} else {
$orderSn = orderSn::getGhsCheckSn();
}
-print_r($data);die;
+
$data['orderSn'] = $orderSn;
//数据格式 [{bigNum:0,smallNum:0,productId:1}]
$ghsItemInfo = $data['itemInfo'];