|
@ -628,7 +628,7 @@ public class PatientPrescriptionPayService extends BaseService {
|
|
}
|
|
}
|
|
|
|
|
|
// 记录log日志到数据库
|
|
// 记录log日志到数据库
|
|
logService.saveHttpLog(isSuccess, config.getReceiveNotify(), "异步支付通知", "POST", null, params, responses, error, logService.onepayType);
|
|
|
|
|
|
logService.saveHttpLog(isSuccess, config.getReceiveRecipeNotify(), "异步支付通知", "POST", null, params, responses, error, logService.onepayType);
|
|
//记录支付log日志到数据库
|
|
//记录支付log日志到数据库
|
|
payLogService.addLog(prescription, PrescriptionLog.PrescriptionLogType.pay.getValue(), flag, 1);
|
|
payLogService.addLog(prescription, PrescriptionLog.PrescriptionLogType.pay.getValue(), flag, 1);
|
|
}
|
|
}
|