|
|
|
@ -117,7 +117,7 @@ public class ProofingInformationServiceImpl implements ProofingInformationServic |
|
|
|
deleteSuccessful = false; |
|
|
|
throw new RuntimeException("编辑打样文档失败:" + e.getMessage(), e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 插入操作 |
|
|
|
try { |
|
|
|
List<ProofingInformationData> proofingInformationDataList = proofingInformationMapper.getDocumentTypeIds(data); |
|
|
|
@ -132,6 +132,7 @@ public class ProofingInformationServiceImpl implements ProofingInformationServic |
|
|
|
deleteSuccessful = false; |
|
|
|
throw new RuntimeException("插入文档失败:" + e.getMessage(), e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (!deleteSuccessful) { |
|
|
|
throw new RuntimeException("编辑失败,事务回滚"); |
|
|
|
|