Browse Source

允许修改项目分类

master
han\hanst 1 month ago
parent
commit
a3c5bfa1c0
  1. 4
      src/main/java/com/xujie/sys/modules/pms/service/Impl/ProofingInformationServiceImpl.java

4
src/main/java/com/xujie/sys/modules/pms/service/Impl/ProofingInformationServiceImpl.java

@ -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;

Loading…
Cancel
Save