Bläddra i källkod

quick update

master
cyril.tsui 1 månad sedan
förälder
incheckning
6226cacf34
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 Visa fil

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


Laddar…
Avbryt
Spara