Commit ba09b022 authored by huise's avatar huise

Merge branch '5.0.0' of https://gitee.com/shangg/MCMS

parents 1e56e0f6 97565180
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
and and
( (
<if test="categoryParentId != null and categoryParentId!=''"> <if test="categoryParentId != null and categoryParentId!=''">
CATEGORY_PARENT_ID like '%${categoryParentId}%' find_in_set(#{categoryParentId},CATEGORY_PARENT_ID)
</if> </if>
<if test="categoryParentId == null or categoryParentId ==''"> <if test="categoryParentId == null or categoryParentId ==''">
<include refid="queryWhereCategoryId"></include> <include refid="queryWhereCategoryId"></include>
...@@ -237,4 +237,4 @@ ...@@ -237,4 +237,4 @@
order by id desc order by id desc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment