|
|
@@ -14,7 +14,8 @@ import lombok.Setter;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
@SearchBean(tables = "yh_shop_goods_rate yr left join goods_don g on g.id = yr.goods_id",
|
|
|
- where = "g.type = 1 and g.deleted is true and g.status is true :condition:")
|
|
|
+ where = "g.type = 1 and g.deleted is true and g.status is true :condition:"
|
|
|
+ , groupBy = "g.id,g.title")
|
|
|
public class YhShopAvailableGoodsView {
|
|
|
@DbField("g.id")
|
|
|
private Long goodsId;
|