浏览代码

refill order export update notify_time for order_time

xiaoyu 3 年之前
父节点
当前提交
e2ee82863f
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. 2 0
      admin/control/refill_order.php
  2. 7 0
      admin/control/refill_order_show.php

+ 2 - 0
admin/control/refill_order.php

@@ -144,6 +144,8 @@ class refill_orderControl extends SystemControl
 
 
     private function RefillOrderExport($condition)
     private function RefillOrderExport($condition)
     {
     {
+        $condition['notify_time'] = $condition['order_time'];
+        unset($condition['order_time']);
         $i = 0;
         $i = 0;
         $result = [];
         $result = [];
         while (true) {
         while (true) {

+ 7 - 0
admin/control/refill_order_show.php

@@ -0,0 +1,7 @@
+<?php
+
+
+class refill_order_show
+{
+
+}