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