退伍复学-企业消息推送

This commit is contained in:
2026-03-19 15:48:00 +08:00
parent 1e359df1b2
commit 21e967a72e
5 changed files with 106 additions and 37 deletions

View File

@@ -51,12 +51,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="finallabel != null and finallabel != ''"> and finallabel = #{finallabel}</if>
</where>
</select>
<select id="selectSysDisMateById" parameterType="Long" resultMap="SysDisMateResult">
<include refid="selectSysDisMateVo"/>
where id = #{id}
</select>
<insert id="insertSysDisMate" parameterType="SysDisMate" useGeneratedKeys="true" keyProperty="id">
insert into sys_dis_mate
<trim prefix="(" suffix=")" suffixOverrides=",">