ソースを参照

no message

production
tommy 5日前
コミット
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.failQty = it.failQty
this.qcPassed = it.qcPassed
this.type = "qc"
this.remarks = it.remarks
this.escalationLog = escalationLogService.find(escLogId).getOrNull()
}


読み込み中…
キャンセル
保存