瀏覽代碼

UPDATE

master
CANCERYS\kw093 19 小時之前
父節點
當前提交
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
""")
fun findAllByDeletedIsFalseAndHasStockInLine(): List<InventoryLotLine>


}

Loading…
取消
儲存