This commit is contained in:
@@ -87,7 +87,6 @@ public class HandlerConfig {
|
||||
StatisticIncomeHandler statisticIncomeHandler,
|
||||
MonitoringStatisticHandler monitoringStatisticHandler,
|
||||
FileInteranlInfoHandler fileInfo,
|
||||
FileInternalControlHandler fileInternalControlHandler,
|
||||
UserInfoHandler userInfoHandler
|
||||
)
|
||||
{
|
||||
@@ -104,7 +103,6 @@ public class HandlerConfig {
|
||||
map.put(30027, monitoringStatisticHandler);
|
||||
map.put(30029, statisticComplaintHandler);
|
||||
map.put(40001, fileInfo);
|
||||
map.put(40002, fileInternalControlHandler);
|
||||
|
||||
return map;
|
||||
}
|
||||
@@ -112,12 +110,14 @@ public class HandlerConfig {
|
||||
@Bean
|
||||
public Map<Integer, RequestHandler> internalControlHandler(
|
||||
ControlComplaintHandler controlComplaintHandler,
|
||||
FileInternalControlHandler fileInternalControlHandler,
|
||||
UserInfoHandler userInfoHandler
|
||||
)
|
||||
{
|
||||
Map<Integer, RequestHandler> map = new HashMap<>();
|
||||
map.put(30014, userInfoHandler);
|
||||
map.put(30030, controlComplaintHandler);
|
||||
map.put(40002, fileInternalControlHandler);
|
||||
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user