瀏覽代碼

时间戳问题处理

wanghaijun 4 年之前
父節點
當前提交
1e3a204592
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/AppiontController.php

+ 1 - 1
app/Http/Controllers/AppiontController.php

xqd
@@ -125,7 +125,7 @@ class AppiontController extends Controller
            $order = $order_list->toArray();
 
            $defaulRes['orderId'] = $order['id'];
-           $defaulRes['server_handle_result'] = 1;
+           $defaulRes['server_handle_result'] = '1';
            if( $order['is_ticket'] == 0 && !empty($order['order_patient'])){
                $start = intval($order['order_patient']['appoint_start_time']);
                $end = intval($order['order_patient']['appoint_end_time']);