|  | @ -4383,20 +4383,20 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |             msgUrl="/ims-wx/index.html#/returnVisit/record?outpatientId="+outpatientId;
 | 
	
		
			
				|  |  |         } else if("doctorRefund".equalsIgnoreCase(titelType)) {
 | 
	
		
			
				|  |  |             if ("9".equals(type)) {
 | 
	
		
			
				|  |  |                 contentMsg = "您的图文复诊订单已退号。由于订单退号,诊察费将退回本院就诊卡内。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的图文复诊已退号";
 | 
	
		
			
				|  |  |                 contentMsg = "金额已退到门诊预交金。如需退款(15元)请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您发起的图文复诊已退号";
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             if ("16".equals(type)) {
 | 
	
		
			
				|  |  |                 contentMsg =  "您的视频复诊订单已退号。由于订单退号,诊察费将退回本院就诊卡内。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的视频复诊已退号";
 | 
	
		
			
				|  |  |                 contentMsg =  "金额已退到门诊预交金。如需退款(15元)请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您发起的视频复诊已退号";
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             if ("1".equals(type)) {
 | 
	
		
			
				|  |  |                 contentMsg =  "您的图文咨询订单已退号。由于订单退号,诊察费将退回本院就诊卡内。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的图文咨询已退号";
 | 
	
		
			
				|  |  |                 contentMsg =  "金额已退到门诊预交金。如需退款(15元)请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您发起的图文咨询已退号";
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             if ("17".equals(type)) {
 | 
	
		
			
				|  |  |                 contentMsg = "您的视频咨询订单已退号。由于订单退号,诊察费将退回本院就诊卡内。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的视频咨询已退号";
 | 
	
		
			
				|  |  |                 contentMsg = "金额已退到门诊预交金。如需退款(15元)请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您发起的视频咨询已退号";
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             logger.info("doctorRefund:outpatientId="+outpatientId);
 | 
	
		
			
				|  |  |             msgUrl="/ims-wx/index.html#/returnVisit/record?outpatientId="+outpatientId;
 | 
	
	
		
			
				|  | @ -4425,12 +4425,12 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |         }else if("systemCancelRemind".equalsIgnoreCase(titelType)){
 | 
	
		
			
				|  |  |             //超过24小时未接诊,系统取消
 | 
	
		
			
				|  |  |             if ("9".equals(type)) {
 | 
	
		
			
				|  |  |                 contentMsg = "图文咨询因超时自动取消。您可重新发起。由于订单取消将不做扣费处理。如需退款请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的图文复诊因超时未接诊已取消";
 | 
	
		
			
				|  |  |                 contentMsg = "由于订单取消将不做扣费处理。如需退款(15元)请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的图文复诊因超过24小时未接诊已自动取消图文咨询。";
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             if ("16".equals(type)) {
 | 
	
		
			
				|  |  |                 contentMsg = "视频咨询因超时自动取消。您可重新发起。由于订单取消将不做扣费处理。如需退款请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的视频复诊因超时未接诊已取消";
 | 
	
		
			
				|  |  |                 contentMsg = "由于订单取消将不做扣费处理。如需退款(15元)请到门诊收费处退款。";
 | 
	
		
			
				|  |  |                 first = outpatientDO.getConsumerName() + ",您好!您的视频复诊因超过24小时未接诊已自动取消视频咨询。";
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             logger.info("系统取消接诊入参:outpatientId="+outpatientId);
 | 
	
		
			
				|  |  |             msgUrl="/ims-wx/index.html#/returnVisit/record?outpatientId="+outpatientId;
 |