feat:查询保密法

pg_adapter
wangxy 9 months ago
parent 5d00634717
commit bc7f3dbefd

@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach> </foreach>
</delete> </delete>
<select id="selectList" parameterType="SysNotice" resultMap="SysNoticeResult"> <select id="selectList" resultMap="SysNoticeResult">
<include refid="selectNoticeVo"/> <include refid="selectNoticeVo"/>
where notice_type='3' where notice_type='3'
</select> </select>

Loading…
Cancel
Save