|
@@ -127,6 +127,7 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
public function _x3($arg_array)
|
|
public function _x3($arg_array)
|
|
{
|
|
{
|
|
|
|
+ die;
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
if(!$fullorder)
|
|
if(!$fullorder)
|
|
{
|
|
{
|
|
@@ -239,7 +240,8 @@ class Ac extends Start_Controller {
|
|
$fullorder['printcode'] = 'HUALEI-UNI';
|
|
$fullorder['printcode'] = 'HUALEI-UNI';
|
|
|
|
|
|
echo "<pre>";
|
|
echo "<pre>";
|
|
-
|
|
|
|
|
|
+// print_r($fullorder);
|
|
|
|
+// die;
|
|
$b = $this->hualei->get_data($fullorder);
|
|
$b = $this->hualei->get_data($fullorder);
|
|
print_r($b);
|
|
print_r($b);
|
|
die;
|
|
die;
|