wugg 1 year ago
parent
commit
f5bed95181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/InterOrder.php

+ 1 - 1
app/admin/controller/InterOrder.php

@@ -133,7 +133,7 @@ class InterOrder extends \app\admin\BaseController{
 
 		}
 		$depart_uid =[$param['sale_id'],$param['buyerid']];
-		$depart= UserHandle("get_company_name_by_uid",["id"=>$depart_uid]);
+		$depart= UserHandle("get_company_name_by_uid",["uid"=>$depart_uid]);
 		if(!isset($depart['code'])||$depart['code']!=0 || empty($depart['data'])){
 		return error_show(1004,'采购员或销售员部门未找到!');
 		}