Explorar el Código

quick update

master
cyril.tsui hace 1 mes
padre
commit
6226cacf34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 fichero

@@ -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)


Cargando…
Cancelar
Guardar