|
|
@@ -340,9 +340,9 @@ public class BasicKeeperServiceImpl implements BasicKeeperService {
|
|
340
|
340
|
@Transactional(rollbackFor = Exception.class)
|
|
341
|
341
|
public void editEducation(List<BasicKeeperEducation> edcationList, Integer id, Integer orgId, Integer datatype) {
|
|
342
|
342
|
for (BasicKeeperEducation bke : edcationList) {
|
|
|
343
|
+ bke.setKeeperId(id);
|
|
|
344
|
+ bke.setDatatype(datatype);
|
|
343
|
345
|
if (null == bke.getId() || "".equals(bke.getId())) {
|
|
344
|
|
- bke.setKeeperId(id);
|
|
345
|
|
- bke.setDatatype(datatype);
|
|
346
|
346
|
if ("1".equals(datatype) || datatype == 1) {//学历
|
|
347
|
347
|
// Integer education = bke.getEducation();
|
|
348
|
348
|
// if (education == null) {
|