|  | @ -336,7 +336,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |      * @param conNo
 | 
	
		
			
				|  |  |      * @return
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     @Transactional(readOnly = true)
 | 
	
		
			
				|  |  |     public WlyyOutpatientVO findOutpatientInfo(String patient, String conNo) throws Exception {
 | 
	
		
			
				|  |  |         logger.info("findOutpatientList patient:" + patient);
 | 
	
		
			
				|  |  |         /*String patNo = patientMappingService.findHisPatNoByPatient(patient);*/
 | 
	
	
		
			
				|  | @ -368,7 +367,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |     /**
 | 
	
		
			
				|  |  |      *
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     @Transactional(readOnly = true)
 | 
	
		
			
				|  |  |     public List<WlyyPrescriptionVO> findOriginPrescriptionList(String registerSn, String patient, String realOrder, String admNo, boolean demoFlag) throws Exception {
 | 
	
		
			
				|  |  |         /*String patNo = patientMappingService.findHisPatNoByPatient(patient);*/
 | 
	
		
			
				|  |  |         BasePatientDO patientDO = basePatientDao.findById(patient);
 | 
	
	
		
			
				|  | @ -1263,7 +1261,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |      * @return
 | 
	
		
			
				|  |  |      * @throws Exception
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     @Transactional(readOnly = true)
 | 
	
		
			
				|  |  |     public JSONArray findPatientCard(String patient) throws Exception {
 | 
	
		
			
				|  |  |         BasePatientDO patientDO = basePatientDao.findById(patient);
 | 
	
		
			
				|  |  |         JSONArray res = entranceService.BS15018(patientDO.getIdcard(), null, demoFlag);
 |