|
@@ -737,6 +737,7 @@ class ReportFormsService extends Service
|
|
|
$scrapp = ScrappCount::where('del_time',0)
|
|
|
->whereIn('order_product_id',$order_product_id)
|
|
|
->where('technology_name',$data['technology_name'])
|
|
|
+ ->where('scrapp_id','>',0)
|
|
|
->select('order_product_id','scrapp_num as bad_goods_num','scrapp_id','team_id','finished_id')
|
|
|
->get()->toArray();
|
|
|
foreach ($scrapp as $value){
|