修改优惠卷退还

This commit is contained in:
2024-05-08 14:26:44 +08:00
parent 4d4e6387c9
commit 57bb13148a
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -397,7 +397,7 @@ class PatientOrderService extends BaseService
$redis->del($redis_key);
Db::commit();
} catch (\Exception $e) {
} catch (\Throwable $e) {
Db::rollBack();
return fail(HttpEnumCode::HTTP_ERROR, $e->getMessage());
}
@@ -417,7 +417,7 @@ class PatientOrderService extends BaseService
$MessagePush = new MessagePush($user_doctor['user_id'], $order_inquiry['inquiry_no']);
$MessagePush->patientCancelInquiryToDoctor();
}
} catch (\Exception $e) {
} catch (\Throwable $e) {
return success();
}