企业不存在
This commit is contained in:
parent
07b710fc82
commit
d75f0ae934
@ -36,8 +36,8 @@ class ProductSync extends Command
|
|||||||
throw new \Exception('套餐不存在');
|
throw new \Exception('套餐不存在');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$company = $$companies[$value['company']]) {
|
if (!$company = $companies[$value['company']]) {
|
||||||
throw new \Exception('套餐不存在');
|
throw new \Exception('企业不存在');
|
||||||
}
|
}
|
||||||
|
|
||||||
$base_price = intval($value['order_account'] * 100) ;
|
$base_price = intval($value['order_account'] * 100) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user