sangwenwei 1 年之前
父節點
當前提交
cab3b58cd6

+ 0 - 2
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/projectReport/service/CwProjectReportService.java

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