联特个人信息数据更新多条修复

This commit is contained in:
Chengliang 2024-11-26 16:07:04 +08:00
parent d3d6ccde30
commit 593594458c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class ResourcePersonInfoCron extends BaseCronJob {
if (nums > 0) {
//更新
rs.executeUpdate("update cus_fielddata set "+firstDegree+"=?, "+firstDegreeMajor+"=?, "+highestDegree+"=?, "+highestDegreeMajor+"=?, "+lastWorkunitName+"=?, "+lastJobName+"= ? "+
" where id=? and scope = 'HrmCustomFieldByInfoType' and "+scopeId+" = 1",e.getFirstDegree(),e.getFirstDegreeMajor(),e.getHighestDegree(),e.getHighestDegreeMajor(),e.getLastWorkunitName(),
" where id=? and scope = 'HrmCustomFieldByInfoType' and scopeid = 1",e.getFirstDegree(),e.getFirstDegreeMajor(),e.getHighestDegree(),e.getHighestDegreeMajor(),e.getLastWorkunitName(),
e.getLastJobName(),e.getId());
}else {
//插入