@@ -23,7 +23,7 @@ class ProductService extends BaseService
if($itemInfoData){
foreach ($itemInfoData as $v){
$v['classId'] = self::ALL_CLASS_ID;
- if($v['price'] > $v['discountPrice'] && $v['discountPrice'] > 0){
+ if($v['discountPrice'] > 0){
$saleItem[] = $v;
}