|
@ -86,7 +86,7 @@ public class ApiActUserRelationController { |
|
|
for (String actPeriodId: |
|
|
for (String actPeriodId: |
|
|
formDto.getActPeriodId()) { |
|
|
formDto.getActPeriodId()) { |
|
|
ActPeriodDTO period = new ActPeriodDTO(); |
|
|
ActPeriodDTO period = new ActPeriodDTO(); |
|
|
period.setActId(actPeriodId); |
|
|
period.setId(actPeriodId); |
|
|
periods.add(period); |
|
|
periods.add(period); |
|
|
} |
|
|
} |
|
|
actUserRelationDTO.setPeriods(periods); |
|
|
actUserRelationDTO.setPeriods(periods); |
|
|