chenqp 8 달 전
부모
커밋
b58d1a496d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/CheckService.php

+ 1 - 1
app/Service/CheckService.php

@@ -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)