浏览代码

配送人

shish 1 年之前
父节点
当前提交
ff96c4b58e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -2443,7 +2443,7 @@ class OrderController extends BaseController
         if(empty($staff)){
             util::fail('没有找到员工');
         }
-        if($staff->mainI!=$this->mainId){
+        if($staff->mainId!=$this->mainId){
             util::fail('不是你的员工');
         }
         $staffName = $staff->name??'';