heheng
2025-05-21 6d6f2f9fe9ee5e0d2b1b63bb7cde575f2a93876b
src/main/java/com/gkhy/labRiskManage/application/riskReport/service/impl/ReportAppServiceImpl.java
@@ -70,9 +70,9 @@
     * 风险评估报告 - 生成报告信息
     */
    @Override
    public int insertRiskReport(Long currentUserId, Long id) {
    public int insertRiskReport(Long currentUserId, Long id,String reSubmit) {
        ReportInsertDTO insertResult = reportInfoService.insertRiskReport(currentUserId, id);
        ReportInsertDTO insertResult = reportInfoService.insertRiskReport(currentUserId, id, reSubmit);
        if (ObjectUtils.isEmpty(insertResult)){
            return StatusEnum.FAIL.getCode();