feat:查询保密法

pg_adapter
wangxy 9 months ago
parent 5d00634717
commit bc7f3dbefd

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

Loading…
Cancel
Save