|  | @ -10,6 +10,7 @@ import io.swagger.annotations.Api;
 | 
	
		
			
				|  |  | import io.swagger.annotations.ApiOperation;
 | 
	
		
			
				|  |  | import io.swagger.annotations.ApiParam;
 | 
	
		
			
				|  |  | import org.springframework.beans.factory.annotation.Autowired;
 | 
	
		
			
				|  |  | import org.springframework.util.StringUtils;
 | 
	
		
			
				|  |  | import org.springframework.web.bind.annotation.RequestMapping;
 | 
	
		
			
				|  |  | import org.springframework.web.bind.annotation.RequestMethod;
 | 
	
		
			
				|  |  | import org.springframework.web.bind.annotation.RequestParam;
 | 
	
	
		
			
				|  | @ -34,6 +35,9 @@ public class PatientSignFamilyServiceController extends BaseController {
 | 
	
		
			
				|  |  |     ) {
 | 
	
		
			
				|  |  |         try {
 | 
	
		
			
				|  |  |             JSONObject jo = new JSONObject();
 | 
	
		
			
				|  |  |             if (StringUtils.isEmpty(patientCode)) {
 | 
	
		
			
				|  |  |                 patientCode = getUID();
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             Service service = signFamilyServiceService.getPatientService(patientCode, null);
 | 
	
		
			
				|  |  |             List<ServiceItem> serviceItems = signFamilyServiceService.getPatientServiceItem(patientCode, null);
 | 
	
		
			
				|  |  |             jo.put("service", service);
 |