lvhao 1 روز پیش
والد
کامیت
f08596fb2c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/CoreApp/controllers/Aatest.php

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

@@ -104,7 +104,7 @@ class Aatest extends Start_Controller {
 	private function dokucun(){
 		//美仓 未出库
 	  $info = 	$this->db->from("whlabel")->where([
-		"warehouse"=>5,
+		"warehouse"=>13,
 		'state'=>0
 	  ])->select("id,number,sku,warehouse,title,details,cpid,COUNT(id) AS total_num,GROUP_CONCAT(IFNULL(details, '') SEPARATOR ',') AS total_details,GROUP_CONCAT(IFNULL(cpid, '') SEPARATOR ',') AS total_cpid")->group_by('number')->order_by('total_num','desc')->limit(10,0)->get();
 	  echo "<pre>";