|
|
@@ -47,6 +47,12 @@ public class GoodsDonSkuSubsidyFrontView {
|
|
|
@DbField("min(gs.price)")
|
|
|
private BigDecimal price;
|
|
|
|
|
|
+ /**
|
|
|
+ * 商品原价
|
|
|
+ */
|
|
|
+ @DbField("select (select price from goods_don_sku where sku_id = ggs.sku_id limit 1) from goods_don_sku_subsidy ggs where ggs.goods_id = gs.goods_id and ggs.price = min(gs.price) and ggs.deleted is true limit 1")
|
|
|
+ private BigDecimal oriPrice;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 已售
|