浏览代码

提交数据信息

lvhao 1 天之前
父节点
当前提交
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)
             {