@@ -209,7 +209,6 @@ class OrderService extends BaseService
$discountAmount = 0.01;
}
$discountPrice = stringUtil::calcSub($price, $discountAmount);
- $discountPrice = $discountPrice <= 0 ? 0.01 : $discountPrice;
$discountType = 3;
$discountType = $discountAmount <= 0 ? 0 : $discountType;