stanley-king пре 2 година
родитељ
комит
82dd4e870f
1 измењених фајлова са 7 додато и 4 уклоњено
  1. 7 4
      admin/control/refill_order_manual.php

+ 7 - 4
admin/control/refill_order_manual.php

@@ -458,10 +458,13 @@ class refill_order_manualControl extends SystemControl
         $merchant_list = $this->merchants();
         $transfer = new refill\transfer();
         $mMchid2Infos = $transfer->transfers();
-        foreach ($mMchid2Infos as $mch) {
-            $mchids[] = $mch['transfer_mchid'];
-        }
-        
+
+        $mchids = [];
+//        foreach ($mMchid2Infos as $mch) {
+//            $mchids[] = $mch['transfer_mchid'];
+//        }
+
+        $mchids[] = 1092;
         $condition['inner_status'] = 0;
         $condition['mchid'] = ['in', $mchids];
         $condition['vr_order.add_time&vr_order.add_time'] = ['_multi' => true,