|
@@ -160,7 +160,7 @@ class ordersendlistControl extends SystemControl
|
|
|
$start_day = strtotime("-5 days",$cur_time);
|
|
|
$extra_conds = [
|
|
|
['between', [$cur_time - 3600, $cur_time - 1800]],
|
|
|
- [$start_day, $cur_time - 3600]
|
|
|
+ ['between', [$start_day, $cur_time - 3600]]
|
|
|
];
|
|
|
|
|
|
if (array_key_exists($timeout_type, $this->mTimeouts)) {
|