调解申请书修改

This commit is contained in:
18792927508
2024-01-22 10:00:21 +08:00
parent a55563bfe6
commit bde135f621
3 changed files with 77 additions and 21 deletions
@@ -85,4 +85,8 @@
<select id="selectById" resultMap="TemplateManageResult">
select * from ms_template_manage where id=#{id}
</select>
<select id="selectByType" resultMap="TemplateManageResult">
select * from ms_template_manage where tem_type=#{type}
</select>
</mapper>