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'";