dev add complaint all info with pagination
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-27 11:02:35 +07:00
parent 398bfe74bb
commit cb8a564afe
@@ -159,7 +159,7 @@ public class SearchImageService {
@Cacheable(
value = "parsedImages",
key = "#searchApiJson + '_' + #findType",
key = "T(java.util.Objects).hash(#searchApiJson, #findType)",
condition = "#searchApiJson != null && #searchApiJson.length() > 0",
unless = "#result == null || #result.isEmpty()"
)