stanley-king 2 anni fa
parent
commit
ecd13c5468
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

@@ -460,11 +460,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;
+//        $mchids[] = 1092; //for test
         $condition['inner_status'] = 0;
         if(!empty($mchids)) {
             $condition['mchid'] = ['in', $mchids];