|
|
@@ -104,7 +104,7 @@ class OracleDocWaveDetailService
|
|
|
->where('ERPCANCELFLAG', 'Y')
|
|
|
->orderByDesc('editTime')->get();
|
|
|
|
|
|
- $orderHeaderList = $orderHeaders->chunk(3000);
|
|
|
+ $orderHeaderList = $orderHeaders->chunk(50);
|
|
|
$update_at = Carbon::now();
|
|
|
if(count($orderHeaders)>0){
|
|
|
foreach ($orderHeaderList as $items) {
|