修改了上报失败问题
This commit is contained in:
parent
b961436de3
commit
2f92ef3dfc
@ -560,7 +560,7 @@ class OrderPrescriptionService extends BaseService
|
||||
$result["amount"] = bcsub($value["product_price"],$value["actual_product_price"],2); // 优惠金额
|
||||
$result["count"] = 1;
|
||||
|
||||
$promotion = array_push($promotion,$result);
|
||||
$promotion[] = $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user