|
@@ -751,7 +751,7 @@ class Reorder extends Base
|
|
|
|
|
|
//校验是否开通了供应商账号
|
|
|
$supp_account = checkHasAccountBySupplierNos([$info['supplierNo']]);
|
|
|
- $info['has_account']=(int)isset($supp_account[$value['supplierNo']]);
|
|
|
+ $info['has_account']=(int)isset($supp_account[$info['supplierNo']]);
|
|
|
|
|
|
return json_show(0, "获取成功", $info);
|
|
|
}
|