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

武汉联特科技股份有限公司
Chengliang 5 months ago
parent d3d6ccde30
commit 593594458c

@ -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 {
//插入

Loading…
Cancel
Save