From cd1cc4caa3c7b69b719122968b16ebbf8bc3fb24 Mon Sep 17 00:00:00 2001 From: dxfeng Date: Wed, 20 Nov 2024 14:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=9D=A2=E8=AF=95=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E8=87=AA=E5=8A=A8=E8=BF=9B=E5=85=A5=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E9=98=B6=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modeexpand/interview/UpdateInterviewModeExpand.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: // 面试取消