瀏覽代碼

医院管理员修改

fuyu 6 年之前
父節點
當前提交
0d46737ab0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/inter/controller/Application.php

+ 1 - 1
application/inter/controller/Application.php

@@ -145,7 +145,7 @@ class Application extends Base
             $remote_order =  DB::table('remote_order')
             ->where('application_id', $application['id'])
             ->where('status', 'neq', self::ORDER_STATUS['CANCEL'])
-            ->filed('id')
+            ->field('id')
             ->find();
             if($remote_order) {
                 $info['remote_order'] = $remote_order;