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