|
|
@@ -163,7 +163,7 @@ class WaybillService
|
|
|
->orderBy('waybills.id','desc')
|
|
|
->where('waybills.created_at','like',$param['screenDate'].'%')
|
|
|
->where('waybills.type','专线')
|
|
|
- ->whereNull('waybills.deliver_at')
|
|
|
+ ->whereNotNull('waybills.deliver_at')
|
|
|
->get();
|
|
|
foreach ($waybills as $waybill){
|
|
|
if (!$waybill['carrier_weight_other'] && !$waybill['carrier_weight']) return null;
|