This commit is contained in:
禾几海
2020-07-18 16:48:04 +08:00
parent 3c839ad8ca
commit 739256424f
3 changed files with 6 additions and 6 deletions

View File

@@ -84,7 +84,7 @@
<select id="findAllByPagePath" resultMap="commentViewResultMap" parameterType="string">
select *
from commentView
<if test="pagePath != null ">
<if test="toString() != null ">
where pagePath = #{pagePath}
</if>
</select>