Преглед изворни кода

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

stanley-king пре 3 година
родитељ
комит
ba15caa505
1 измењених фајлова са 1 додато и 0 уклоњено
  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];