|
|
@ -74,7 +74,7 @@ public class BaseDisputeProcessServiceImpl extends BaseServiceImpl<BaseDisputePr |
|
|
|
if (!result.success()) { |
|
|
|
throw new RenException(result.getInternalMsg()); |
|
|
|
} |
|
|
|
Map<String, Integer> deptMap = exDeptService.getDeptMap(formDTO.getCustomerId()); |
|
|
|
Map<String, Integer> deptMap = exDeptService.getDeptMap(); |
|
|
|
Map<String, Integer> userMap = exUserService.getUserMap(formDTO.getCustomerId()); |
|
|
|
List<EventInfoResultDTO> list = result.getData(); |
|
|
|
saveEvent(formDTO, deptMap, userMap, list); |
|
|
|