@@ -4473,8 +4473,6 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
if ("5".equals(reportData.getRebackStatus())){
//重新复核
this.rebackReviewSign(reportData.getId());
- //然后将撤回签章数据进行逻辑删除
- cwRevocationSignatureMapper.deleteById(reportData.getRevocationId());
}
id=reportData.getRevocationId();
}else {