|
|
|
@@ -56,6 +56,7 @@ WHERE ill.id = :id |
|
|
|
|
|
|
|
fun findInventoryLotLineInfoByInventoryLotItemIdIn(ids: List<Serializable>): List<InventoryLotLineInfo> |
|
|
|
|
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 80 | v1.0.1 | 2026-09-21 */ |
|
|
|
@Query("select ill from InventoryLotLine ill where :id is null or ill.inventoryLot.item.id = :id order by ill.id desc") |
|
|
|
fun findInventoryLotLineInfoByItemId(id: Long?, pageable: Pageable): Page<InventoryLotLineInfo> |
|
|
|
|
|
|
|
|