lvhao 6 maanden geleden
bovenliggende
commit
29b087dedb
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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'";