|
|
@@ -92,8 +92,9 @@ class Aatest extends Start_Controller {
|
|
|
public function _remap($arg,$arg_array)
|
|
|
{
|
|
|
$info = $this->logic_order->getInfo("number = '".$arg_array[0]."'");
|
|
|
- $res = $this->express_tt->get_data($info,'FBT');
|
|
|
echo "<pre>";
|
|
|
+ $res = $this->express_tt->get_data($info,'CBT');
|
|
|
+
|
|
|
print_r($res);
|
|
|
|
|
|
die;
|