文件预览和招生页面去除缓存

This commit is contained in:
zhanglipeng
2021-09-15 11:42:50 +08:00
parent 98f918b8a8
commit 042918a532
3 changed files with 22 additions and 10 deletions

View File

@ -27,7 +27,7 @@
<if test="content != null and content != ''">and content = #{content}</if>
<if test="type != null and type != ''">and type = #{type}</if>
order by type
order by create_time desc
</select>
<select id="selectByHalfdayplanById" parameterType="String" resultMap="ByHalfdayplanResult">