bug修复
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user