Browse Source

招聘结果无主管事业单位取回点击列表的重新提交会报错修改

wengchengjian 2 months ago
parent
commit
0d71c71b7d

+ 6 - 4
ruoyi-system/src/main/java/com/ruoyi/process/recruitresult/service/impl/RecruitResultServiceImpl.java

@@ -380,10 +380,12 @@ public class RecruitResultServiceImpl implements RecruitResultService {
             }
             //任务通过后节点为操作员
             if (UserEnums.roleType.zhglbmczy.getStatus().equals(taskNew.getTaskDefinitionKey()) && flag) {
-                declarationVo.setQwwh(qwwh);
-                declarationVo.setQwbt(qwbt);
-                //生成招聘确认函
-                htmlWordService.createFileRecruitQRH(declarationVo);
+                if(StringUtils.isNotNull(qwwh) && StringUtils.isNotNull(qwbt)){
+                    declarationVo.setQwwh(qwwh);
+                    declarationVo.setQwbt(qwbt);
+                    //生成招聘确认函
+                    htmlWordService.createFileRecruitQRH(declarationVo);
+                }
             }
 
             //任务通过后节点为初审领导,存放确认函pdf版本