yuhaitao14 7 years ago
parent
commit
6b5daf244a

+ 3 - 1
shop/src/main/java/com/zskk/shop/service/FamilyPeopleService.java

@@ -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
 	@Transactional