提交 9583ce73 编写于 作者: T Terry

特价float为0导致购物车价格的问题

上级 d35d0a13
......@@ -238,7 +238,7 @@ class Price extends Service
*/
protected function actionSpecialPriceisActive($price, $special_price, $special_from, $special_to)
{
if (!$special_price) {
if (!$special_price || $special_price == 0.00) { // 浮点数需要这样判断float 0
return false;
}
if ($this->ifSpecialPriceGtPriceFinalPriceEqPrice) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册