|
@ -34,7 +34,7 @@ public class PatientSignFamilyServiceController extends BaseController {
|
|
) {
|
|
) {
|
|
try {
|
|
try {
|
|
JSONObject jo = new JSONObject();
|
|
JSONObject jo = new JSONObject();
|
|
Service service = signFamilyServiceService.getPatientService(patientCode, null);
|
|
|
|
|
|
Service service = signFamilyServiceService.getPatientService(patientCode, null);
|
|
List<ServiceItem> serviceItems = signFamilyServiceService.getPatientServiceItem(patientCode, null);
|
|
List<ServiceItem> serviceItems = signFamilyServiceService.getPatientServiceItem(patientCode, null);
|
|
jo.put("service", service);
|
|
jo.put("service", service);
|
|
jo.put("serviceItem", serviceItems);
|
|
jo.put("serviceItem", serviceItems);
|