소스 검색

提交数据信息

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

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

@@ -3731,7 +3731,8 @@ class Fullordertt extends Start_Controller {
             }
 			else
 			{
-				 $where  .= " and ((review = '2' and source = '1') or (review = '1' and source >= '2'))";
+				 $where .= "review <= '2'";
+				 //$where  .= " and ((review = '2' and source = '1') or (review = '1' and source >= '2'))";
 			}
 			if($shop)
             {