|
|
|
@ -135,8 +135,8 @@ public class ProofingInformationServiceImpl implements ProofingInformationServic |
|
|
|
if (proofingInformationData1.isEmpty() || proofingInformationData1 == null || proofingInformationData1.size() == 0) { |
|
|
|
proofingInformationMapper.deleteProofingDocument(proofingInformationData); |
|
|
|
} else { |
|
|
|
deleteSuccessful = false; |
|
|
|
throw new RuntimeException("该打样记录的打样文档存在上传的文件"); |
|
|
|
//deleteSuccessful = false; |
|
|
|
//throw new RuntimeException("该打样记录的打样文档存在上传的文件"); |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
deleteSuccessful = false; |
|
|
|
|