浏览代码

测试提交

lvhao 5 月之前
父节点
当前提交
cb7938c3f9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      core/CoreApp/controllers/Returngoods.php

+ 4 - 4
core/CoreApp/controllers/Returngoods.php

@@ -646,10 +646,10 @@ class Returngoods extends Start_Controller {
             {
                 $where  .= " and shop = '$shop' ";
             }
-            // if( $status)
-            // {
-            //     $where  .= " and status = ' $status' ";
-            // }
+            if( $status)
+            {
+                $where  .= " and status = ' $status' ";
+            }
 		    if($back_status)
             {
                 $where  .= " and back_type = '$back_status'";