|
@@ -3,6 +3,7 @@ require_once(BASE_HELPER_PATH . '/refill/util.php');
|
|
|
require_once(BASE_HELPER_PATH . '/algorithm.php');
|
|
|
|
|
|
use refill\util;
|
|
|
+use refill;
|
|
|
|
|
|
class refill_order_manualControl extends SystemControl
|
|
|
{
|
|
@@ -447,7 +448,7 @@ class refill_order_manualControl extends SystemControl
|
|
|
$condition['refill_order.card_no'] = ['in', $card_nos];
|
|
|
}
|
|
|
$merchant_list = $this->merchants();
|
|
|
- $transfer = new \refill\transfer();
|
|
|
+ $transfer = new refill\transfer();
|
|
|
$mMchid2Infos = $transfer->transfers();
|
|
|
$mchids = array_keys($mMchid2Infos);
|
|
|
|