1
This commit is contained in:
parent
1dd24ec83f
commit
853d4821cd
@ -241,8 +241,7 @@ class MarketController extends BaseController {
|
|||||||
$originalPrice * $goodsMeta['discount'] : $originalPrice;
|
$originalPrice * $goodsMeta['discount'] : $originalPrice;
|
||||||
|
|
||||||
$discountPrice .= PRICE_PAD;
|
$discountPrice .= PRICE_PAD;
|
||||||
error_log('discountPrice:' . $discountPrice . ' price:' . $price . ' originPrice:' . $originalPrice);
|
if (!$discountPrice || strcmp($price, $discountPrice) == 0) {
|
||||||
if (!$discountPrice || $price != $discountPrice) {
|
|
||||||
myself()->_rspErr(500, 'price error');
|
myself()->_rspErr(500, 'price error');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user