@@ -66,9 +66,9 @@ class GoodsSku Extends Model
break;
}
- if(!$amount) {
+ /*if(!$amount) {
$amount = bcAddAll($this['amount_cost'], $this['amount_cost'] * 0.5);
- }
+ }*/
#单价,总价
return [$amount,bcmul($amount,$num)];