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