代理update
This commit is contained in:
@@ -191,7 +191,7 @@ class Userinfo extends Controller
|
||||
//退款价
|
||||
$refund_price = $product_model->getOne(['Id' => $data['ProductId']]);
|
||||
|
||||
$discount = $discount_model->getOne($agent_info['discount_id']);
|
||||
$discount = $discount_model->getOne(['Id'=>$agent_info['discount_id']]);
|
||||
if (empty($discount)){
|
||||
$retuen_data = [
|
||||
'Code' => -10000,
|
||||
|
||||
Reference in New Issue
Block a user