Compare commits

..

No commits in common. "7ea7dde782effd2da410d456d8ecae9ea05f0aa1" and "ba6d76de7ec6807d430d6ca586bde158a48f69a6" have entirely different histories.

View File

@ -968,8 +968,7 @@ class BeforehandOrderLogic extends BaseLogic
$v['store_name'] = $find['store_name'];
$v['mark'] = $find['after_sales'];
if (isset($params['type']) && $params['type'] == 2) {
$price = $v['purchase'];
$v['total_price'] = bcmul($v['cost'], $v['nums'], 2);
$price = $v['cost'];
$v['pay_price'] = bcmul($price, $v['nums'], 2);
} else {
if ($v['vip_price'] > 0) {