|
@ -347,8 +347,8 @@ public class PrescriptionStatusUpdateService {
|
|
logger.info("setOutPatientOver count :"+0);
|
|
logger.info("setOutPatientOver count :"+0);
|
|
}
|
|
}
|
|
logger.info("setOutPatientOver end ");
|
|
logger.info("setOutPatientOver end ");
|
|
//logger.info("进入结束超时未接诊的门诊");
|
|
|
|
/*List<WlyyOutpatientDO> timeout = outpatientDao.findAllWaitingOutpatient();
|
|
|
|
|
|
logger.info("进入结束超时未接诊的门诊");
|
|
|
|
List<WlyyOutpatientDO> timeout = outpatientDao.findAllWaitingOutpatient();
|
|
if (null!=timeout&&timeout.size()>0){
|
|
if (null!=timeout&&timeout.size()>0){
|
|
logger.info("开始结束超时未接诊的门诊");
|
|
logger.info("开始结束超时未接诊的门诊");
|
|
String cancelValue = "超时订单系统自动取消";
|
|
String cancelValue = "超时订单系统自动取消";
|
|
@ -432,9 +432,9 @@ public class PrescriptionStatusUpdateService {
|
|
ykyyService.updateYktOrderStatus(businessOrderDO.getOrderNo(),"2");
|
|
ykyyService.updateYktOrderStatus(businessOrderDO.getOrderNo(),"2");
|
|
}
|
|
}
|
|
} else if (wechatId.equalsIgnoreCase("xm_zsyy_wx")) {
|
|
} else if (wechatId.equalsIgnoreCase("xm_zsyy_wx")) {
|
|
*//*
|
|
|
|
businessOrderService.ylzOrderRefund(wxId, wlyyOutpatientDO.getPatient(), businessOrderDO.getOrderNo(), businessOrderDO.getPayPrice(), description);
|
|
|
|
*//*
|
|
|
|
|
|
|
|
|
|
/*businessOrderService.ylzOrderRefund(wechatId, wlyyOutpatientDO.getPatient(), businessOrderDO.getOrderNo(), businessOrderDO.getPayPrice(), description);*/
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
@ -443,7 +443,7 @@ public class PrescriptionStatusUpdateService {
|
|
logger.info(wlyyOutpatientDO.getId()+"的门诊记录设置为取消");
|
|
logger.info(wlyyOutpatientDO.getId()+"的门诊记录设置为取消");
|
|
}
|
|
}
|
|
outpatientDao.save(outpatientDOs);
|
|
outpatientDao.save(outpatientDOs);
|
|
}*/
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|