检测问诊订单执行退款次数修改为2天记录
This commit is contained in:
parent
96f0497be3
commit
621b53225d
@ -1930,7 +1930,7 @@ class InquiryService extends BaseService
|
|||||||
$redis_key = "inquiryRefund" . $order_inquiry_id;
|
$redis_key = "inquiryRefund" . $order_inquiry_id;
|
||||||
$redis_value = $redis->get($redis_key);
|
$redis_value = $redis->get($redis_key);
|
||||||
if (empty($redis_value)) {
|
if (empty($redis_value)) {
|
||||||
$redis->set($redis_key, 1, 60 * 60 * 24 * 5);
|
$redis->set($redis_key, 1, 60 * 60 * 24 * 2);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user