Ver a proveniência

quick update

master
cyril.tsui há 1 mês
ascendente
cometimento
6226cacf34
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/master/service/ProductionScheduleService.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/master/service/ProductionScheduleService.kt Ver ficheiro

@@ -848,8 +848,8 @@ open class ProductionScheduleService(
tempObj.scheduleAt = LocalDateTime.now()
tempObj.totalFGType = fgCount;
tempObj.totalEstProdCount = accProdCount;
tempObj.id = saveProductionScheduleToDatabase(tempObj);
tempObj.type = "rough"
tempObj.id = saveProductionScheduleToDatabase(tempObj);

for ((roughScheduleRecord, totalDifference) in sortedEntries) {
saveRoughScheduleLineToDatabase(tempObj.id ?: -1, roughScheduleRecord)


Carregando…
Cancelar
Guardar