|
|
@@ -213,9 +213,7 @@ open class ProductionScheduleService( |
|
|
|
val DARK_WEIGHTING = 0.34; |
|
|
|
val FLOAT_WEIGHTING = 0.33; |
|
|
|
val DENSE_WEIGHTING = 0.33; |
|
|
|
|
|
|
|
|
|
|
|
//TODO: update here |
|
|
|
|
|
|
|
// Convert the list of maps to a list of ProductionScheduleRecord |
|
|
|
return resultList.map { row -> |
|
|
|
ProductionScheduleRecord().apply { |
|
|
|