Rev 35716 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 35717 2026-02-09 23:59:47
- Author: amit
- Log message:
- Fix performance issues in PurchaseOrderController
- Replace supplierRepository.selectAll() with targeted selectBySupplierIds() in 2 endpoints
- Replace sellerRepository.selectAll() with new selectByIds() in 2 endpoints
- Add SellerRepository.selectByIds(List<Integer>) batch method
- Remove dead code: unused totalUnitPrice and totalPriceOfLineItem computations