tommy 1 день назад
Родитель
Сommit
84dddf9fba
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt Просмотреть файл

@@ -581,7 +581,7 @@ open class StockInLineService(
this.stockInLine = stockInLine this.stockInLine = stockInLine
this.failQty = it.failQty this.failQty = it.failQty
this.qcPassed = it.qcPassed this.qcPassed = it.qcPassed
this.type = "qc"
this.remarks = it.remarks this.remarks = it.remarks
this.escalationLog = escalationLogService.find(escLogId).getOrNull() this.escalationLog = escalationLogService.find(escLogId).getOrNull()
} }


Загрузка…
Отмена
Сохранить