|  | @@ -698,6 +698,9 @@ public class MzPatientMiController {
 | 
	
		
			
				|  |  |                                               @RequestParam("readCardResult") String readCardResult, @RequestParam("busCardInfo") String busCardInfo,
 | 
	
		
			
				|  |  |                                               HttpServletRequest httpServletRequest) {
 | 
	
		
			
				|  |  |          Map<String, Object> resultMap = new HashMap<>();
 | 
	
		
			
				|  |  | +        if("04".equals(readCardType)) {
 | 
	
		
			
				|  |  | +            readCardType = "01";
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          try {
 | 
	
		
			
				|  |  |              if (StringUtils.isBlank(patientId)) {
 | 
	
		
			
				|  |  |                  resultMap.put("code", -1);
 |