|
|
@@ -16,7 +16,7 @@ import lombok.Setter;
|
|
|
@SearchBean(tables = "goods_don g left join goods_don_category_relate gcr on gcr.goods_id = g.id" +
|
|
|
" left join goods_don_category gc on gc.id = gcr.category" +
|
|
|
" left join user_plat_distribute_rate upr on upr.goods_id = g.id :distribute_id:",
|
|
|
- where = "g.type = 1 and g.deleted is true and g.status is true and g.is_distribute is true and upr.rate > 0")
|
|
|
+ where = "g.type = 1 and g.deleted is true and g.status is true and g.is_distribute is true")
|
|
|
public class UserDistributeRateView {
|
|
|
|
|
|
@DbField("gcr.category")
|