mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-17 16:13:48 +08:00
debugger
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user