소스 검색

版本大修改

cqp 1 개월 전
부모
커밋
0f2b2bb6dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/ApplyOrderService.php

+ 1 - 1
app/Service/ApplyOrderService.php

@@ -1985,7 +1985,7 @@ class ApplyOrderService extends Service
                 ->select('sale_orders_product_id as id')
                 ->get()->toArray();
         } elseif ($data['type'] == 4) {
-            $detail = ReportWorkingDetail::where('data_id', $id)
+            $detail = ReportWorkingDetail::where('report_working_id', $id)
                 ->where('del_time', 0)
                 ->select('data_id')
                 ->get()->toArray();