|
|
@@ -194,6 +194,7 @@ open class ProductionScheduleService( |
|
|
|
tempObj.totalFGType = fgCount; |
|
|
|
tempObj.totalEstProdCount = accProdCount; |
|
|
|
tempObj.id = saveRoughScheduleToDatabase(tempObj); |
|
|
|
tempObj.type = "rough" |
|
|
|
|
|
|
|
for ((roughScheduleRecord, totalDifference) in sortedEntries) { |
|
|
|
saveRoughScheduleLineToDatabase(tempObj.id ?: -1, roughScheduleRecord) |
|
|
|