Jelajahi Sumber

提交数据

lvhao 2 bulan lalu
induk
melakukan
f956c97eb6
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 0
      core/CoreApp/controllers/Aatest.php
  2. 1 1
      core/CoreApp/controllers/Ac.php

+ 1 - 0
core/CoreApp/controllers/Aatest.php

@@ -105,6 +105,7 @@ class Aatest extends Start_Controller {
 		// 	//$this->_mdedit($arg_array);
 		// }
 		//$this->_print();
+		die;
 		$time = time() - 10 * 3600 * 24;
         //快递为3pe  76  出库时间十天前   waybillid 不能为空
         $where = "express = 76 and librarytime >= ".$time ." and waybillid is not null";

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

@@ -125,7 +125,7 @@ class Ac extends Start_Controller {
 	
 	public function _x3($arg_array)
 	{
-	   
+	   die;
 		$fullorder = $this->fullorder->get_number($arg_array[0]);
 		if(!$fullorder)
 		{