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];