|
@@ -1404,7 +1404,7 @@ public class TrialSelfInspectionRecordServiceImpl extends BaseServiceImpl<TrialS
|
|
|
}
|
|
|
|
|
|
public void submitTrialData(TrialSelfInspectionRecord obj, TrialSelfInspectionRecordDTO dto) {
|
|
|
- String pdfURL = excelTabClient.saveTabData(dto, dto.getIsBatchSave(), dto.getType(), dto.getTableType(), dto.getId(), obj.getTableIds());
|
|
|
+ String pdfURL = excelTabClient.saveTabData(dto, dto.getIsBatchSave(), dto.getType(), dto.getTableType(), dto.getId(), dto.getTableIds());
|
|
|
if (StringUtils.isNotEmpty(pdfURL) && !pdfURL.startsWith("500")) {
|
|
|
String file_path = FileUtils.getSysLocalFileUrl();
|
|
|
Long snowId = SnowFlakeUtil.getId();
|