From f693f0cc3ac1ec75e74075d4b91e17cce5cf27d8 Mon Sep 17 00:00:00 2001 From: Administrator <704728292@qq.com> Date: Wed, 21 May 2025 15:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E8=81=8C=E7=AE=A1=E7=90=86=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A8=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/esb/SyncRzglPersonInfo.java | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/jcl-hrmorganization/secondev-jcl-hrmorganization/src/main/java/com/weaver/seconddev/jcl/organization/esb/SyncRzglPersonInfo.java b/jcl-hrmorganization/secondev-jcl-hrmorganization/src/main/java/com/weaver/seconddev/jcl/organization/esb/SyncRzglPersonInfo.java index 92b6313..637b438 100644 --- a/jcl-hrmorganization/secondev-jcl-hrmorganization/src/main/java/com/weaver/seconddev/jcl/organization/esb/SyncRzglPersonInfo.java +++ b/jcl-hrmorganization/secondev-jcl-hrmorganization/src/main/java/com/weaver/seconddev/jcl/organization/esb/SyncRzglPersonInfo.java @@ -441,7 +441,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 工作履历表 * */ - String gzsql = "select * from uf_jcl_employ4944 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String gzsql = "select * from uf_jcl_rzgl0777 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> gzllInfo = getYgxxDetailInfo(gzsql); log.error("getYgxxDetailInfo.gzllInfo:{}", gzllInfo); if(CollectionUtils.isNotEmpty(gzllInfo)){ @@ -468,7 +468,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 教育经历表 * */ - String jysql = "select * from uf_jcl_employ4991 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String jysql = "select * from uf_jcl_rzgl0820 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> jyjlInfo = getYgxxDetailInfo(jysql); log.error("getYgxxDetailInfo.jyjlInfo:{}", jyjlInfo); if(CollectionUtils.isNotEmpty(jyjlInfo)){ @@ -495,7 +495,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 家庭信息表 * */ - String jtxxsql = "select * from uf_jcl_employ5051 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String jtxxsql = "select * from uf_jcl_rzgl0867 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> jtxxInfo = getYgxxDetailInfo(jtxxsql); log.error("getYgxxDetailInfo.jtxxInfo:{}", jtxxInfo); if(CollectionUtils.isNotEmpty(jtxxInfo)){ @@ -522,7 +522,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 表彰与奖励 * */ - String bzsql = "select * from uf_jcl_employ5105 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String bzsql = "select * from uf_jcl_rzgl0909 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> bzInfo = getYgxxDetailInfo(bzsql); log.error("getYgxxDetailInfo.bzInfo:{}", bzInfo); if(CollectionUtils.isNotEmpty(bzInfo)){ @@ -549,7 +549,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 培训经历 * */ - String pxsql = "select * from uf_jcl_employ5165 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String pxsql = "select * from uf_jcl_rzg_mxb5 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> pxInfo = getYgxxDetailInfo(pxsql); log.error("getYgxxDetailInfo.pxInfo:{}", pxInfo); if(CollectionUtils.isNotEmpty(pxInfo)){ @@ -576,7 +576,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 语言能力 * */ - String yysql = "select * from uf_jcl_employ5218 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String yysql = "select * from uf_jcl_rzg_mxb6 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> yyInfo = getYgxxDetailInfo(yysql); log.error("getYgxxDetailInfo.yyInfo:{}", yyInfo); if(CollectionUtils.isNotEmpty(yyInfo)){ @@ -603,7 +603,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 权威机构资格 * */ - String qwsql = "select * from uf_jcl_employ5265 where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; + String qwsql = "select * from uf_jcl_rzg_qwjgzgrz where FORM_DATA_ID = '" + ygxxid + "' and delete_type=0"; List> qwInfo = getYgxxDetailInfo(qwsql); log.error("getYgxxDetailInfo.qwInfo:{}", qwInfo); if(CollectionUtils.isNotEmpty(qwInfo)){ @@ -641,7 +641,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { /** * 工作履历表 * */ - String gzsql = "select * from uf_jcl_employ4944 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String gzsql = "select * from uf_jcl_rzgl0777 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> gzllInfo = getYgxxDetailInfo(gzsql); log.error("updateAllXxbgDetailInfo.gzllInfo:{}", gzllInfo); if(CollectionUtils.isNotEmpty(gzllInfo)){ @@ -676,7 +676,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { //先删除原来记录 sql = "update uf_jcl_emp_jyjl set delete_type = 1,update_time ='" + nowData + "' where FORM_DATA_ID = "+ygxxid; deleteDetailData(sql); - String jysql = "select * from uf_jcl_employ4991 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String jysql = "select * from uf_jcl_rzgl0820 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> jyjlInfo = getYgxxDetailInfo(jysql); log.error("getYgxxDetailInfo.jyjlInfo0172:{}", jyjlInfo); if(CollectionUtils.isNotEmpty(jyjlInfo)){ @@ -711,7 +711,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { //先删除原来记录 sql = "update uf_jcl_emp_jtxx set delete_type = 1,update_time ='" + nowData + "' where FORM_DATA_ID = "+ygxxid; deleteDetailData(sql); - String jtxxsql = "select * from uf_jcl_employ5051 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String jtxxsql = "select * from uf_jcl_rzgl0867 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> jtxxInfo = getYgxxDetailInfo(jtxxsql); log.error("getYgxxDetailInfo.jtxxInfo:{}", jtxxInfo); if(CollectionUtils.isNotEmpty(jtxxInfo)){ @@ -746,7 +746,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { //先删除原来记录 sql = "update uf_jcl_emp_bzyjl set delete_type = 1,update_time ='" + nowData + "' where FORM_DATA_ID = "+ygxxid; deleteDetailData(sql); - String bzsql = "select * from uf_jcl_employ5105 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String bzsql = "select * from uf_jcl_rzgl0909 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> bzInfo = getYgxxDetailInfo(bzsql); log.error("getYgxxDetailInfo.bzInfo:{}", bzInfo); if(CollectionUtils.isNotEmpty(bzInfo)){ @@ -781,7 +781,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { //先删除原来记录 sql = "update uf_jcl_emp_pxjl set delete_type = 1,update_time ='" + nowData + "' where FORM_DATA_ID = "+ygxxid; deleteDetailData(sql); - String pxsql = "select * from uf_jcl_employ5165 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String pxsql = "select * from uf_jcl_rzg_mxb5 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> pxInfo = getYgxxDetailInfo(pxsql); log.error("getYgxxDetailInfo.pxInfo:{}", pxInfo); if(CollectionUtils.isNotEmpty(pxInfo)){ @@ -816,7 +816,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { //先删除原来记录 sql = "update uf_jcl_emp_yynl set delete_type = 1,update_time ='" + nowData + "' where FORM_DATA_ID = "+ygxxid; deleteDetailData(sql); - String yysql = "select * from uf_jcl_employ5218 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String yysql = "select * from uf_jcl_rzg_mxb6 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> yyInfo = getYgxxDetailInfo(yysql); log.error("getYgxxDetailInfo.yyInfo:{}", yyInfo); if(CollectionUtils.isNotEmpty(yyInfo)){ @@ -851,7 +851,7 @@ public class SyncRzglPersonInfo implements EsbServerlessRpcRemoteInterface { //先删除原来记录 sql = "update uf_jcl_emp_qwjgzgrz set delete_type = 1,update_time ='" + nowData + "' where FORM_DATA_ID = "+ygxxid; deleteDetailData(sql); - String qwsql = "select * from uf_jcl_employ5265 where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; + String qwsql = "select * from uf_jcl_rzg_qwjgzgrz where FORM_DATA_ID = '" + lcid + "' and delete_type=0"; List> qwInfo = getYgxxDetailInfo(qwsql); log.error("getYgxxDetailInfo.qwInfo:{}", qwInfo); if(CollectionUtils.isNotEmpty(qwInfo)){