|
@@ -804,7 +804,7 @@ class CheckService extends Service
|
|
|
//查找合同下 已经下施工的产品
|
|
|
$construction_id = Construction::where('del_time',0)
|
|
|
->where('sales_order_id', $order['data_id'])
|
|
|
- ->selcet('id')
|
|
|
+ ->select('id')
|
|
|
->get()->toArray();
|
|
|
$construction_id = array_column($construction_id,'id');
|
|
|
$product = ConstructionProductInfo::where('del_time',0)
|