diff --git a/FlyCube/Api/Controller/CheckController.class.php b/FlyCube/Api/Controller/CheckController.class.php index 87f6147..e5120c3 100644 --- a/FlyCube/Api/Controller/CheckController.class.php +++ b/FlyCube/Api/Controller/CheckController.class.php @@ -136,7 +136,7 @@ class CheckController extends PublicController $data['receive_site_name'] = $site['sitename']; $data['product_snapshot'] = json_encode($product_snapshot, JSON_UNESCAPED_UNICODE); $data['remark'] = $_REQUEST['remark']; - $data['addtime'] = time(); + $data['order_time'] = time(); $orderDb = D('order'); $isAdd = $orderDb->data($data)->add();