Browse Source

UPDATE

master
CANCERYS\kw093 20 hours ago
parent
commit
019d28dad9
1 changed files with 2 additions and 0 deletions
  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 View File

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


}

Loading…
Cancel
Save