wugg 6 달 전
부모
커밋
be15818650
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/command/GoodCatCheck.php

+ 1 - 0
app/command/GoodCatCheck.php

@@ -102,6 +102,7 @@ class GoodCatCheck extends Command
             ["tax_status","=",0],
             ["consult_bids.is_del","=",0],
             ['ConsultInfo.bargain_status','=',0],
+            ["ConsultInfo.is_del","=",0],
         ];
         if($companyNo!=''){
             $where[] = ['ConsultOrder.companyNo','=',$companyNo];