Parcourir la source

admin baoyang close batch dispose

xiaoyu il y a 3 ans
Parent
commit
17a13ba47d

+ 3 - 3
admin/control/refill_order.php

@@ -292,9 +292,9 @@ class refill_orderControl extends SystemControl
         $condition['vr_order.order_state'] = ORDER_STATE_SEND;
         $condition['refill_order.order_time'] = [['egt', 1624377600], ['lt', 1624521600], 'and'];
         $order_list = $model_refill_order->getMerchantOrderList($condition);
-        foreach ($order_list as $order) {
-            refill\util::manual_success($order['order_id']);
-        }
+//        foreach ($order_list as $order) {
+//            refill\util::manual_success($order['order_id']);
+//        }
         showMessage('操作成功');
     }
 }

+ 5 - 5
admin/templates/default/refill.order.index.php

@@ -267,11 +267,11 @@
                         <span>搜索+统计</span>
                     </a>
                 </td>
-                <td>
-                    <a href="index.php?act=refill_order&op=batch_dispose" class="btns" >
-                        <span><i class="icon-edit"></i>成功抱阳</span>
-                    </a>
-                </td>
+<!--                <td>-->
+<!--                    <a href="index.php?act=refill_order&op=batch_dispose" class="btns" >-->
+<!--                        <span><i class="icon-edit"></i>成功抱阳</span>-->
+<!--                    </a>-->
+<!--                </td>-->
             </tr>
             </tbody>
         </table>