去除面试通过自动进入下一阶段

This commit is contained in:
dxfeng 2024-11-20 14:17:00 +08:00
parent ea33d888f5
commit cd1cc4caa3
1 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,6 @@ import org.apache.commons.lang3.StringUtils;
import weaver.conn.RecordSet; import weaver.conn.RecordSet;
import weaver.formmode.customjavacode.AbstractModeExpandJavaCodeNew; import weaver.formmode.customjavacode.AbstractModeExpandJavaCodeNew;
import weaver.formmode.recruit.modeexpand.util.RecruitModeUtil; import weaver.formmode.recruit.modeexpand.util.RecruitModeUtil;
import weaver.formmode.yaq.modeexpand.util.AutoNextStepUtil;
import weaver.general.BaseBean; import weaver.general.BaseBean;
import weaver.general.Util; import weaver.general.Util;
import weaver.hrm.User; import weaver.hrm.User;
@ -72,10 +71,10 @@ public class UpdateInterviewModeExpand extends AbstractModeExpandJavaCodeNew {
title = RecruitConstant.INTERVIEW_EVALUATE_MESSAGE_TITLE; title = RecruitConstant.INTERVIEW_EVALUATE_MESSAGE_TITLE;
evaluateInterview(params, requestInfo.getCreatorid(), mainDataMap); evaluateInterview(params, requestInfo.getCreatorid(), mainDataMap);
String jg = Util.null2String(mainDataMap.get("jg")); String jg = Util.null2String(mainDataMap.get("jg"));
if ("0".equals(jg)) { //if ("0".equals(jg)) {
String ypz = Util.null2String(mainDataMap.get("ypz")); // String ypz = Util.null2String(mainDataMap.get("ypz"));
AutoNextStepUtil.nextStep(ypz, "2"); // AutoNextStepUtil.nextStep(ypz, "2");
} //}
break; break;
case CANCEL: case CANCEL:
// 面试取消 // 面试取消