最近的一些修改 #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 id="findAllByPagePath" resultMap="commentViewResultMap" parameterType="string">
select * select *
from commentView from commentView
# 无奈之举 <if test="pagePath != null ">
<if test="toString() != null ">
where pagePath = #{pagePath} where pagePath = #{pagePath}
</if> </if>
</select> </select>