劳务转自招生效日期同步到通讯录的那个字段的时候,也要同步刷到入职日期上去

dev-chenwnj
howec 1 year ago
parent 3836779156
commit dac18c51c5

@ -87,6 +87,10 @@ public class FlowLaowuZzService {
log.error("sql5 =::::::::::::5:"+sql5);
}
}
//更新入职日期
String rzrqsql = "update hrmresource set companystartdate = '"+date3+"' where id = "+uid;
recordSetd.executeUpdate(rzrqsql);
log.error("sql5-1 =::::::::::::5-1:"+rzrqsql);
}
}
}

Loading…
Cancel
Save