瀏覽代碼

提交审核

lvhao 1 天之前
父節點
當前提交
93e4278a3d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/CoreApp/controllers/Fullorder.php

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

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