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