lvhao 1 개월 전
부모
커밋
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'";
             }