|
@@ -64,7 +64,6 @@ class ordersendlistControl extends SystemControl
|
|
|
['egt', $start_day],
|
|
|
['lt', $cur_time],
|
|
|
['exp', "refill_order.order_time < {$cur_time} - merchant.time_out + {$period}"]];
|
|
|
-// $time_cond['refill_order.commit_time'] = ['lt', $cur_time - 180];
|
|
|
}
|
|
|
|
|
|
return [$time_cond, $mch_cond, $card_type];
|