stanley-king 2 anni fa
parent
commit
2d90ca785b
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      admin/control/refill_order_manual.php

+ 4 - 4
admin/control/refill_order_manual.php

@@ -455,11 +455,11 @@ class refill_order_manualControl extends SystemControl
         $mMchid2Infos = $transfer->transfers();
 
         $mchids = [];
-        foreach ($mMchid2Infos as $mch) {
-            $mchids[] = $mch['transfer_mchid'];
-        }
+//        foreach ($mMchid2Infos as $mch) {
+//            $mchids[] = $mch['transfer_mchid'];
+//        }
 
-//        $mchids[] = 1092; //for test
+        $mchids[] = 1092; //for test
         $condition['inner_status'] = 0;
         if(!empty($mchids)) {
             $condition['mchid'] = ['in', $mchids];