|
|
@@ -15,7 +15,7 @@ import lombok.Setter;
|
|
|
@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:",
|
|
|
+ " 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 upr.rate > 0")
|
|
|
public class UserDistributeRateView {
|
|
|
|