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

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

@@ -486,7 +486,7 @@ class Returngoods extends Start_Controller {
             }
 		    if($back_status)
             {
-                $where  .= " and back_status = '$back_status'";
+                $where  .= " and back_type = '$back_status'";
             }
             if($recorder){
                 $where  .= " and recorder = '$recorder'";

+ 1 - 1
core/CoreApp/controllers/Returngoodsexcel.php

@@ -74,7 +74,7 @@ class Returngoodsexcel extends Start_Controller {
             }
             if($back_status)
             {
-                $where  .= " and back_status = '$back_status'";
+                $where  .= " and back_type = '$back_status'";
             }
             if($recorder){
                 $where  .= " and recorder = '$recorder'";