添加了委托申请修改时可以修改的内容,并更正了修改记录,添加了送检时预览PDF版本鉴定委托书与鉴定事项确认书的接口

This commit is contained in:
杨海航
2025-03-19 17:36:35 +08:00
parent 20d3e00fdd
commit f5c7f04bff
7 changed files with 293 additions and 25 deletions

View File

@@ -66,7 +66,7 @@
AND eaa.apply_org_id = #{query.clientOrgId}
</if>
</where>
ORDER BY eaa.apply_date DESC
ORDER BY eaa.create_time DESC
</select>
<select id="getEntrustAlterApplyVOOne"