委托书下载

This commit is contained in:
cwchen 2024-09-03 09:32:34 +08:00
parent fc8c4d624e
commit 1cb23c6343
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ public class SamplesManageServiceImpl implements SamplesManageService {
if (i == list.size() - 1) { if (i == list.size() - 1) {
sb.append(val); sb.append(val);
} else { } else {
sb.append(val + System.lineSeparator()); sb.append(val).append("<w:br/>");
} }
} }
} }