|
|
@ -412,11 +412,7 @@ public class ImsDutyMainServiceImpl extends BaseServiceImpl<ImsDutyMainMapper, I |
|
|
|
imsDutyMainPersonEntity.setDutyPerson(personId); |
|
|
|
imsDutyMainPersonEntity.setDutyPerson(personId); |
|
|
|
long id1 = IdWorker.getId(imsDutyMainPersonEntity); |
|
|
|
long id1 = IdWorker.getId(imsDutyMainPersonEntity); |
|
|
|
imsDutyMainPersonEntity.setId(id1); |
|
|
|
imsDutyMainPersonEntity.setId(id1); |
|
|
|
if (2 == imsSchedulingVo.getPersonType()) { |
|
|
|
|
|
|
|
imsDutyMainPersonEntity.setDutyChargePerson(imsSchedulingVo.getManagerId()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
imsDutyMainPersonEntity.setDutyChargePerson(managerId); |
|
|
|
imsDutyMainPersonEntity.setDutyChargePerson(managerId); |
|
|
|
} |
|
|
|
|
|
|
|
imsDutyMainPersonEntityList.add(imsDutyMainPersonEntity); |
|
|
|
imsDutyMainPersonEntityList.add(imsDutyMainPersonEntity); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|