|
|
@@ -14,7 +14,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@Data
|
|
|
@SearchBean(tables = "goods_don g left join goods_don_category gc on gc.id = g.category",
|
|
|
- where = "g.status = true and g.deleted = true")
|
|
|
+ where = "g.type = 1 and g.status = true and g.deleted = true")
|
|
|
public class YhShopGoodsRateView {
|
|
|
@DbField("g.id")
|
|
|
private Long goodsId;
|