ソースを参照

UPDATE

master
CANCERYS\kw093 1日前
コミット
019d28dad9
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/main/java/com/ffii/fpsms/modules/stock/entity/InventoryLotLineRepository.kt

+ 2
- 0
src/main/java/com/ffii/fpsms/modules/stock/entity/InventoryLotLineRepository.kt ファイルの表示

@@ -105,4 +105,6 @@ fun findExpiredItems(@Param("today") today: LocalDate): List<InventoryLotLine>
ORDER BY ill.inventoryLot.lotNo ORDER BY ill.inventoryLot.lotNo
""") """)
fun findAllByDeletedIsFalseAndHasStockInLine(): List<InventoryLotLine> fun findAllByDeletedIsFalseAndHasStockInLine(): List<InventoryLotLine>


} }

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