Merge branch 'qtz3' of SH-Arbitrate/Arbitrate-Backend into dev

This commit was merged in pull request #184.
This commit is contained in:
qtz
2023-11-03 10:41:42 +08:00
committed by Gitea
2 changed files with 2 additions and 1 deletions
@@ -556,7 +556,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
for (CaseAttach caseAttach : caseAttachList) {
if (caseAttach.getAnnexType() == 3) {
String annexName = caseAttach.getAnnexName();
String prefix = "/profile/upload/";
String prefix = "/profile/upload";
int startIndex = prefix.length();
String path = caseAttach.getAnnexPath() + annexName.substring(startIndex);
file = new File(path);
@@ -25,6 +25,7 @@
AND c.case_num = #{caseNum}
</if>
</where>
order by s.send_time desc
</select>
<insert id="saveSendMailRecord">