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>";