lvhao 5 روز پیش
والد
کامیت
8fc2c4d269
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      core/CoreApp/controllers/Ac.php

+ 2 - 2
core/CoreApp/controllers/Ac.php

@@ -130,8 +130,6 @@ class Ac extends Start_Controller {
 	
 	public function _x3($arg_array)
 	{
-
-		die;
 		$fullorder = $this->fullorder->get_number($arg_array[0]);
 		if(!$fullorder)
 		{
@@ -243,6 +241,8 @@ class Ac extends Start_Controller {
 		//$fullorder['qm'] = 1;
 
 	    echo "<pre>";
+		print_r($fullorder);
+		die;
 		$b = $this->itsxb->get_data($fullorder);
 		print_r($b);
 		die;