最近的一些修改 #7

Merged
xiaohai2271 merged 37 commits from dev into master 2020-08-01 21:26:46 +08:00
Showing only changes of commit 48f485b378 - Show all commits

View File

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