lvhao 3 tháng trước cách đây
mục cha
commit
1149566c6c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      core/CoreApp/controllers/Aatest.php

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

@@ -105,6 +105,8 @@ class Aatest extends Start_Controller {
 		echo "<pre>";
 		$info['payload']  = json_decode($info['payload'],true);
 		//print_r($info);
+	
+		$lb = $this->systemtransfer->read($info['payload']['fid']);
 		$nu = $this->fullorder->get_number($lb['number']);
 		if(!$nu)
 		{
@@ -118,7 +120,6 @@ class Aatest extends Start_Controller {
 			echo "数据不存在";
 			die;
 		}
-		$lb = $this->systemtransfer->read($info['payload']['fid']);
 		$s = $this->shop->read($nu['shop']);
 		$lb['kh'] = $s['yyid'];
 		$lb['ts'] = 1;