lvhao 1 месяц назад
Родитель
Сommit
0e2daede9d
1 измененных файлов с 1 добавлено и 1 удалено
  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'";
             }