小程序主页接口
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if test="name != null and name != ''">
|
<if test="name != null and name != ''">
|
||||||
and a.name like concat('%', #{name}, '%')
|
and c.name like concat('%', #{name}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="classify != null">
|
<if test="classify != null">
|
||||||
and c.group_category_id = #{classify}
|
and c.group_category_id = #{classify}
|
||||||
|
|||||||
Reference in New Issue
Block a user