lvhao 2 일 전
부모
커밋
3af7d43959
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

@@ -2535,7 +2535,7 @@ class Whlabel extends Start_Controller
 				$where  .= " and link like '%" . $url['url'] . "%'";
 			}
 			if($productid){
-				$where  .= " extra_price IS NOT NULL and JSON_SEARCH(extra_price, 'one', '".$productid."', NULL, '$[*].product_id') IS NOT NULL";
+				$where  .= " and extra_price IS NOT NULL and JSON_SEARCH(extra_price, 'one', '".$productid."', NULL, '$[*].product_id') IS NOT NULL";
 			}
 			//数据排序
 			$order_str = "librarytime desc";