bug修复

This commit is contained in:
18792927508
2024-02-27 15:25:03 +08:00
parent 1ddfff3e51
commit 694a7667f4
8 changed files with 70 additions and 16 deletions
@@ -104,6 +104,9 @@
</if>
</where>
</select>
<select id="countByfileName" resultType="java.lang.Integer">
select count(1) from ms_case_attach where case_appli_id=#{caseAppliId} and annex_name=#{annexName}
</select>
<update id="updateCaseAttach" parameterType="com.ruoyi.wisdomarbitrate.domain.entity.mscase.MsCaseAttach">
update ms_case_attach