[ISSUES #11459] fix CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER missing (#11465)

- register CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER to RowMapperManager

Close #11459
This commit is contained in:
毛文超 2023-12-05 09:28:56 +08:00 committed by GitHub
parent 7b51777eec
commit f8b3d35e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,11 @@ public class ConfigRowMapperInjector {
RowMapperManager
.registerRowMapper(ConfigRowMapperInjector.CONFIG_INFO_WRAPPER_ROW_MAPPER.getClass().getCanonicalName(),
ConfigRowMapperInjector.CONFIG_INFO_WRAPPER_ROW_MAPPER);
// CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER
RowMapperManager
.registerRowMapper(ConfigRowMapperInjector.CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER.getClass().getCanonicalName(),
ConfigRowMapperInjector.CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER);
// CONFIG_KEY_ROW_MAPPER