|
@@ -2710,10 +2710,10 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- String fileNumber = fileNumberPrefix + "_" + index;
|
|
|
|
|
|
+ String fileNumber = fileNumberPrefix + "-" + index;
|
|
if (indexType == 1) {
|
|
if (indexType == 1) {
|
|
String formattedIndex = String.format("%0" + indexNum + "d", index);
|
|
String formattedIndex = String.format("%0" + indexNum + "d", index);
|
|
- fileNumber = fileNumberPrefix + "_" + formattedIndex;
|
|
|
|
|
|
+ fileNumber = fileNumberPrefix + "-" + formattedIndex;
|
|
}
|
|
}
|
|
if (bforce) {
|
|
if (bforce) {
|
|
if (archiveAutoPdfService.refreshFileNumberForce(archivesAuto, fileNumber)) {
|
|
if (archiveAutoPdfService.refreshFileNumberForce(archivesAuto, fileNumber)) {
|