mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
debugger
This commit is contained in:
parent
caaaac4ac6
commit
a57cbe705a
@ -22,10 +22,10 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="tagStatus != null and tagStatus == 1">
|
<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>
|
||||||
<if test="tagStatus != null and tagStatus == 2">
|
<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>
|
||||||
<if test="petType != null and petType != ''">
|
<if test="petType != null and petType != ''">
|
||||||
AND pet_type = #{petType}
|
AND pet_type = #{petType}
|
||||||
|
Loading…
Reference in New Issue
Block a user