Browse Source

提交审核

lvhao 2 months ago
parent
commit
93e4278a3d
1 changed files with 2 additions and 1 deletions
  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)
             {