|
|
@ -1797,12 +1797,16 @@ public class ImsDutyMainServiceImpl extends BaseServiceImpl<ImsDutyMainMapper, I |
|
|
|
eq(ImsDutyMainPersonEntity::getDutyMainId, dutyMainInfoVo.getId()); |
|
|
|
eq(ImsDutyMainPersonEntity::getDutyMainId, dutyMainInfoVo.getId()); |
|
|
|
last("limit 1"); |
|
|
|
last("limit 1"); |
|
|
|
}}); |
|
|
|
}}); |
|
|
|
dutyMainInfoVo.setManagerId(imsDutyMainPersonEntity.getDutyChargePerson().toString()); |
|
|
|
if(ObjectUtil.isNotEmpty(imsDutyMainPersonEntity) && ObjectUtil.isNotEmpty(imsDutyMainPersonEntity.getDutyChargePerson())){ |
|
|
|
|
|
|
|
dutyMainInfoVo.setManagerId(imsDutyMainPersonEntity.getDutyChargePerson().toString()); |
|
|
|
|
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
ImsDutyGroupEntity imsDutyGroupEntity = dutyGroupMapper.selectById(dutyMainInfoVo.getDutyGroupId()); |
|
|
|
ImsDutyGroupEntity imsDutyGroupEntity = dutyGroupMapper.selectById(dutyMainInfoVo.getDutyGroupId()); |
|
|
|
dutyMainInfoVo.setGroupName(imsDutyGroupEntity.getGroupName()); |
|
|
|
dutyMainInfoVo.setGroupName(imsDutyGroupEntity.getGroupName()); |
|
|
|
dutyMainInfoVo.setDutyGroupId(imsDutyGroupEntity.getId()); |
|
|
|
dutyMainInfoVo.setDutyGroupId(imsDutyGroupEntity.getId()); |
|
|
|
dutyMainInfoVo.setManagerId(imsDutyGroupEntity.getManagerId().toString()); |
|
|
|
if(ObjectUtil.isNotEmpty(imsDutyGroupEntity) && ObjectUtil.isNotEmpty(imsDutyGroupEntity.getManagerId())){ |
|
|
|
|
|
|
|
dutyMainInfoVo.setManagerId(imsDutyGroupEntity.getManagerId().toString()); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
return dutyMainInfoVo; |
|
|
|
return dutyMainInfoVo; |
|
|
|
} |
|
|
|
} |
|
|
|