小程序主页接口
This commit is contained in:
parent
69d3a7fa78
commit
345631573a
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue