Browse Source

admin update

xiaoyu 3 năm trước cách đây
mục cha
commit
9953e9f037

+ 0 - 1
admin/control/ordersendlist.php

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

+ 1 - 1
admin/control/refill_order_manual.php

@@ -250,7 +250,7 @@ class refill_order_manualControl extends SystemControl
             showMessage('手动操作类型错误');
         }
 
-        showMessage('操作成功','index.php?act=refill_order_manual&op=refill_order_batch');
+        showMessage('操作成功');
     }
 
     public function set_cancel_orderOp()

+ 2 - 2
admin/templates/default/refill.order.monitor.notify.php

@@ -255,8 +255,8 @@
                     <h5>数据统计</h5><span class="arrow"></span>
                 </div>
                 <ul>
-                    <li class="lineLi" style="color:#000;">总计充值数量:<span class="refill_amounts"><?php echo $output['stat']['order_count'];?></span></li>
-                    <li class="lineLi" style="color:#000;">总计订单金额:<span class="order_count"><?php echo $output['stat']['refill_amounts'];?></span></li>
+                    <li class="lineLi" style="color:#000;">总计充值数量:<span class="order_count"><?php echo $output['stat']['order_count'];?></span></li>
+                    <li class="lineLi" style="color:#000;">总计订单金额:<span class="refill_amounts"><?php echo $output['stat']['refill_amounts'];?></span></li>
                 </ul>
             </th>
         </tr>