feat:用户协议/隐私政策
parent
efff0788aa
commit
cc295c0512
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue