Skip to content

Commit

Permalink
[Feature]New configuration management function added to the managemen…
Browse files Browse the repository at this point in the history
…t console #4842

[Feature]New user configuration function added to the management console #4841
  • Loading branch information
peacewong committed Oct 24, 2023
1 parent d8be72a commit 59d430b
Show file tree
Hide file tree
Showing 40 changed files with 1,575 additions and 2,054 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ List<ConfigKeyValue> getConfigByEngineUserCreator(

ConfigKey selectKeyByKeyID(@Param("id") Long keyID);

List<ConfigKey> selectKeyByKeyName(@Param("keyName") String keyName);
List<ConfigKey> seleteKeyByKeyName(@Param("keyName") String keyName);

List<ConfigKey> listKeyByStringValue(@Param("stringValue") String stringValue);

Expand All @@ -72,6 +72,4 @@ List<ConfigKeyValue> getConfigByEngineUserCreator(
void updateCategory(CategoryLabel categoryLabel);

void insertKey(ConfigKey key);

List<ConfigKeyValue> getConfigEnKeyValueByLabelId(@Param("labelId") Integer labelId);
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 59d430b

Please sign in to comment.