From cd9e58c77d88a6ab4b50e6670cb0b3bd9397f79c Mon Sep 17 00:00:00 2001 From: huyuchen <12345678> Date: Mon, 24 Oct 2022 16:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archives/service/impl/TEmpContractAlertServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmpContractAlertServiceImpl.java b/yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmpContractAlertServiceImpl.java index 99dfe052a..447262e3e 100644 --- a/yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmpContractAlertServiceImpl.java +++ b/yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmpContractAlertServiceImpl.java @@ -293,7 +293,8 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM && project.getProjectStatus().intValue()== CommonConstants.ONE_INT) || ( !CommonConstants.ZERO_STRING.equals(project.getEmpNatrue()) - && !CommonConstants.ONE_STRING.equals(project.getEmpNatrue())) + && !CommonConstants.ONE_STRING.equals(project.getEmpNatrue()) + && !CommonConstants.THREE_STRING.equals(project.getEmpNatrue())) )){ return; } -- 2.18.1