Procházet zdrojové kódy

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

stanley-king před 3 roky
rodič
revize
ba15caa505
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      admin/control/ordersendlist.php

+ 1 - 0
admin/control/ordersendlist.php

@@ -64,6 +64,7 @@ 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];