lvhao 1 hónapja
szülő
commit
0e2daede9d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'";
             }