1
This commit is contained in:
@@ -70,7 +70,7 @@ class ReportPreProductOrderCommand extends HyperfCommand
|
||||
$redis_value = $redis->get($redis_key);
|
||||
$redis->incr($redis_key);
|
||||
if(!empty($redis_value)){
|
||||
if ($redis_value >= 100){
|
||||
if ($redis_value >= 2){
|
||||
// 存储上报失败
|
||||
$this->savaReportFail($item['order_product_id'],"超出最大上报次数");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user