浏览代码

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];