소스 검색

医院管理员修改

fuyu 5 년 전
부모
커밋
9e76a5a0e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/inter/controller/Application.php

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

@@ -473,7 +473,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) {
                 DB::rollback();
@@ -519,7 +519,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) {
                 DB::rollback();