小程序主页接口

This commit is contained in:
张松 2025-03-07 14:54:59 +08:00
parent 69d3a7fa78
commit 345631573a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
</if>
<if test="name != null and name != ''">
and a.name like concat('%', #{name}, '%')
and c.name like concat('%', #{name}, '%')
</if>
<if test="classify != null">
and c.group_category_id = #{classify}