ShuanghongS 3 月之前
父节点
当前提交
4dedaf09e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/destination_delivery.class.php

+ 1 - 1
service/destination_delivery.class.php

@@ -766,7 +766,7 @@ class destination_delivery {
             if(!empty($serial_no)){
                 common::checkedActionLegal($serial_no,$operate);
             }else{
-                if(!_isApexLogin()){
+                if(_isApexLogin()){
                     $data = array("msg" =>"Employees cannot create booking");
                     common::echo_json_encode(200,$data); 
                     exit();