|
|
@ -100,8 +100,8 @@ public class AppletClassServiceImpl implements AppletClassService { |
|
|
|
@Override |
|
|
|
public Result<?> getGoodsBrandProduct(String productId, String brandId) { |
|
|
|
return Result.ok(commonBrandProductService.lambdaQuery() |
|
|
|
// .eq(CommonBrandProduct::getBrandId, brandId) |
|
|
|
// .eq(CommonBrandProduct::getShopId, productId) |
|
|
|
.eq(CommonBrandProduct::getBrandId, brandId) |
|
|
|
.eq(CommonBrandProduct::getShopId, productId) |
|
|
|
.list()); |
|
|
|
} |
|
|
|
|
|
|
|