|
|
|
@ -280,9 +280,9 @@ public class SyncBasicFileImpl implements ISyncBasicFileService {
|
|
|
|
|
if (dto.getUploadFileName().equals(file.getOriginalFilename())) {
|
|
|
|
|
//记录排序
|
|
|
|
|
final int[] sort = {0};
|
|
|
|
|
ScanAssort tScanAssortDto = addScanAssort(patientId, filePathdir, file, dto, sort);
|
|
|
|
|
ScanAssort tScanAssortDto = addScanAssort(addTbasic.getPatientId(), filePathdir, file, dto, sort);
|
|
|
|
|
if (Objects.isNull(tScanAssortDto)) {
|
|
|
|
|
log.info("病案主键:" + patientId + "中" + dto.getFileTitle() + "中保存失败");
|
|
|
|
|
log.info("病案主键:" + addTbasic.getPatientId() + "中" + dto.getFileTitle() + "中保存失败");
|
|
|
|
|
} else {
|
|
|
|
|
scanAssorts.add(tScanAssortDto);
|
|
|
|
|
}
|
|
|
|
|