feat:用户协议/隐私政策

master
ChenYan 2025-02-14 10:55:39 +08:00
parent efff0788aa
commit cc295c0512
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<!-- 根据类型查找策略 --> <!-- 根据类型查找策略 -->
<select id="findByType" parameterType="String" resultType="com.mcwl.system.domain.Policy"> <select id="findByType" parameterType="String" resultType="com.mcwl.system.domain.Policy">
SELECT id, title, content, type, created_at, updated_at SELECT id, title, content, type
FROM policies FROM mcwl_policies
WHERE type = #{type} WHERE type = #{type}
</select> </select>
</mapper> </mapper>