wugg 6 mēneši atpakaļ
vecāks
revīzija
be15818650
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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];