|
@@ -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,
|