|
@@ -164,7 +164,9 @@ public class FamilyPeopleService {
|
|
|
}
|
|
|
|
|
|
//向体检系统 发起体检请求
|
|
|
- tjCenterService.appointment(people, order, goodService.queryOneGoodBase(item.getGid()), atime, extend);
|
|
|
+ String tjaid = tjCenterService.appointment(people, order, goodService.queryOneGoodBase(item.getGid()), atime, extend);
|
|
|
+ appointment.setTjaid(tjaid);
|
|
|
+ familyPeopleMapper.updateAppointment(appointment);
|
|
|
}
|
|
|
|
|
|
@Transactional
|