|  | @@ -387,7 +387,9 @@ public class TsmzServiceImpl implements TsmzService {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Override
 | 
	
		
			
				|  |  | -    public PayInfo directRegistration(String staffId, String patientId, Integer times, String readCardResult, Integer acctUsedFlag, String readCardType, String expContent,String medType,String opspDisecode,String opspDiseName) {
 | 
	
		
			
				|  |  | +    public PayInfo directRegistration(String staffId, String patientId, Integer times, String readCardResult,
 | 
	
		
			
				|  |  | +                                      Integer acctUsedFlag, String readCardType, String expContent,String medType,
 | 
	
		
			
				|  |  | +                                      String opspDisecode,String opspDiseName, String busCardInfo) {
 | 
	
		
			
				|  |  |          log.info("调用职工门诊统筹试算接口,操作人={},病人={},就诊次数={},读卡类型={},读卡返回参数={}", staffId, patientId, times,readCardType,readCardResult);
 | 
	
		
			
				|  |  |          String realUrl = tsmzServiceUrl + "/directRegistration";
 | 
	
		
			
				|  |  |          Map<String, Object> map = new HashMap<>();
 | 
	
	
		
			
				|  | @@ -398,6 +400,7 @@ public class TsmzServiceImpl implements TsmzService {
 | 
	
		
			
				|  |  |          map.put("readCardType", readCardType);
 | 
	
		
			
				|  |  |          map.put("acctUsedFlag", acctUsedFlag == null ? 0 : acctUsedFlag);
 | 
	
		
			
				|  |  |          map.put("readCardResult", readCardResult);
 | 
	
		
			
				|  |  | +        map.put("busCardInfo", busCardInfo);
 | 
	
		
			
				|  |  |          map.put("medType", medType);
 | 
	
		
			
				|  |  |          map.put("opspDisecode", opspDisecode);
 | 
	
		
			
				|  |  |          map.put("opspDiseName", opspDiseName);
 |