优化发邮件功能
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user