|
@@ -74,6 +74,7 @@ class ViolationProduct extends Controller
|
|
|
}
|
|
}
|
|
|
$result = $ViolationProductModel
|
|
$result = $ViolationProductModel
|
|
|
->where($map)
|
|
->where($map)
|
|
|
|
|
+ ->with(['product_keyword'])
|
|
|
->orderByDesc('id')
|
|
->orderByDesc('id')
|
|
|
->paginate($limit)->toarray();
|
|
->paginate($limit)->toarray();
|
|
|
// 分配数据
|
|
// 分配数据
|