浏览代码

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)


正在加载...
取消
保存