|
|
@@ -13,7 +13,8 @@ import lombok.Setter;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@SearchBean(tables = "user_business_default_rate_config uc left join goods_don g on g.id = uc.goods_id")
|
|
|
+@SearchBean(tables = "user_business_default_rate_config uc left join goods_don g on g.id = uc.goods_id"
|
|
|
+ , where = "g.deleted is true")
|
|
|
public class UserBusinessDefaultRateConfigView {
|
|
|
@DbField("uc.id")
|
|
|
private Long id;
|