소스 검색

quick update

master
cyril.tsui 1 개월 전
부모
커밋
6226cacf34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

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


불러오는 중...
취소
저장