20200422-zlp-1

园历展示
This commit is contained in:
paidaxing444
2020-04-22 11:55:20 +08:00
parent a2fa5e6428
commit cf20c0d85b
9 changed files with 146 additions and 24 deletions

View File

@ -36,6 +36,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND post_name like concat('%', #{postName}, '%')
</if>
</where>
order by post_sort
</select>
<select id="selectPostAll" resultMap="SysPostResult">