入职管理明细表名称修改

This commit is contained in:
Administrator 2025-05-21 15:58:23 +08:00
parent 66c462e45f
commit f693f0cc3a
1 changed files with 14 additions and 14 deletions

View File

@ -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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> 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<Map<String, Object>> qwInfo = getYgxxDetailInfo(qwsql);
log.error("getYgxxDetailInfo.qwInfo:{}", qwInfo);
if(CollectionUtils.isNotEmpty(qwInfo)){