|
|
@@ -117,6 +117,9 @@
|
|
|
<if test="brandId != null and brandId != ''">
|
|
|
AND tmgs.brand_id = #{brandId}::uuid
|
|
|
</if>
|
|
|
+ <if test="skuId != null and skuId != ''">
|
|
|
+ AND tmgs.sku_id = #{skuId}::uuid
|
|
|
+ </if>
|
|
|
<if test="categoryId != null and categoryId != ''">
|
|
|
AND tmgs.category_id = #{categoryId}::uuid
|
|
|
</if>
|