|
@@ -21,7 +21,7 @@ import java.util.List;
|
|
|
@Getter
|
|
@Getter
|
|
|
@Setter
|
|
@Setter
|
|
|
@SearchBean(tables = "goods_don g left join goods_don_category_relate gcr on gcr.goods_id = g.id",
|
|
@SearchBean(tables = "goods_don g left join goods_don_category_relate gcr on gcr.goods_id = g.id",
|
|
|
- where = "g.deleted is true and g.status is true :condition:",
|
|
|
|
|
|
|
+ where = "g.deleted is true and g.status is true and g.is_hide is false :condition:",
|
|
|
orderBy = "gcr.sorted asc, g.id")
|
|
orderBy = "gcr.sorted asc, g.id")
|
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
|
public class GoodsFrontListCategoryView {
|
|
public class GoodsFrontListCategoryView {
|