removed coil number in rework logic
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 13s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 13s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 18s
Laravel Pint / pint (pull_request) Successful in 4m23s
Laravel Larastan / larastan (pull_request) Failing after 6m14s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 13s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 13s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 18s
Laravel Pint / pint (pull_request) Successful in 4m23s
Laravel Larastan / larastan (pull_request) Failing after 6m14s
This commit is contained in:
@@ -939,7 +939,7 @@ class PdfController extends Controller
|
||||
->where('process_order', $processOrder)
|
||||
->where('line_id', $lineNamePlantId)
|
||||
->where('coil_number', $coilMain)
|
||||
->where('machine_name', $machineId)
|
||||
// ->where('machine_name', $machineId)
|
||||
->first();
|
||||
|
||||
if (! $existingCoil) {
|
||||
@@ -965,7 +965,7 @@ class PdfController extends Controller
|
||||
->where('process_order', $processOrder)
|
||||
->where('line_id', $lineNamePlantId)
|
||||
->where('coil_number', $coilNo)
|
||||
->where('machine_name', $machineId)
|
||||
// ->where('machine_name', $machineId)
|
||||
->first();
|
||||
|
||||
if (! $existingCoil) {
|
||||
|
||||
Reference in New Issue
Block a user