feat:用户协议/隐私政策
parent
efff0788aa
commit
cc295c0512
|
@ -6,8 +6,8 @@
|
|||
|
||||
<!-- 根据类型查找策略 -->
|
||||
<select id="findByType" parameterType="String" resultType="com.mcwl.system.domain.Policy">
|
||||
SELECT id, title, content, type, created_at, updated_at
|
||||
FROM policies
|
||||
SELECT id, title, content, type
|
||||
FROM mcwl_policies
|
||||
WHERE type = #{type}
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
Loading…
Reference in New Issue