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

This commit is contained in:
2026-05-26 15:17:58 +07:00
parent 2dc9a760bc
commit e26b5928a4
@@ -87,6 +87,7 @@ public class HandlerConfig {
StatisticIncomeHandler statisticIncomeHandler, StatisticIncomeHandler statisticIncomeHandler,
MonitoringStatisticHandler monitoringStatisticHandler, MonitoringStatisticHandler monitoringStatisticHandler,
FileInteranlInfoHandler fileInfo, FileInteranlInfoHandler fileInfo,
FileInternalControlHandler fileInternalControlHandler,
UserInfoHandler userInfoHandler UserInfoHandler userInfoHandler
) )
{ {
@@ -103,6 +104,7 @@ public class HandlerConfig {
map.put(30027, monitoringStatisticHandler); map.put(30027, monitoringStatisticHandler);
map.put(30029, statisticComplaintHandler); map.put(30029, statisticComplaintHandler);
map.put(40001, fileInfo); map.put(40001, fileInfo);
map.put(40002, fileInternalControlHandler);
return map; return map;
} }