lvhao 1 month ago
parent
commit
0e2daede9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Returngoods.php

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

@@ -534,7 +534,7 @@ class Returngoods extends Start_Controller {
             if($jjcd){
                 $where  .= " and jjcd = '$jjcd'";
             }
-            if($shpjxx){
+            if($shpjxx >= 0){
                 $where  .= " and shpjxx = '$shpjxx'";
             }