This commit is contained in:
Carl 2022-01-30 20:05:23 +08:00
parent caaaac4ac6
commit a57cbe705a

View File

@ -22,10 +22,10 @@
</foreach>
</if>
<if test="tagStatus != null and tagStatus == 1">
or brand_name in ( '专区' ) and tag_name not like '%湿粮%'
AND brand_name in ( '专区' ) and tag_name not like '%湿粮%'
</if>
<if test="tagStatus != null and tagStatus == 2">
or brand_name in ( '专区' ) and tag_name like '%湿粮%'
AND brand_name in ( '专区' ) and tag_name like '%湿粮%'
</if>
<if test="petType != null and petType != ''">
AND pet_type = #{petType}