|
@@ -82,7 +82,9 @@ public class PerfManagerSaveOpPlugin extends AbstractOperationServicePlugIn impl
|
|
|
if (beginYear != null) {
|
|
if (beginYear != null) {
|
|
|
personBeginYearMap.put(personId, beginYear);
|
|
personBeginYearMap.put(personId, beginYear);
|
|
|
}
|
|
}
|
|
|
- ids.add(id);
|
|
|
|
|
|
|
+ if(id > 0) {
|
|
|
|
|
+ ids.add(id);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
PersonPerfInfo perfInfo = new PersonPerfInfo(person, null,
|
|
PersonPerfInfo perfInfo = new PersonPerfInfo(person, null,
|
|
|
data.getDate(PerfManagerFormConstant.NCKD_BEGINYEAR),
|
|
data.getDate(PerfManagerFormConstant.NCKD_BEGINYEAR),
|