|
@@ -843,7 +843,7 @@ class Sale extends Base
|
|
|
if($companyNo==""){
|
|
|
return error_show(1003,"参数 companyNo 不能为空");
|
|
|
}
|
|
|
- $company = Db::name("bussiness")->where(["companyNo"=>$companyNo,"is_del"=>0])->find();
|
|
|
+ $company = Db::name("business")->where(["companyNo"=>$companyNo,"is_del"=>0])->find();
|
|
|
if($company==false){
|
|
|
return error_show(1003,"业务公司数据未找到");
|
|
|
}
|