|
@@ -49,7 +49,7 @@ public class ValueObjectFunctionManager {
|
|
|
FUNCTIONS.put("md5", EncryptionFunction::md5);
|
|
|
FUNCTIONS.put("resultCodeConvertStatus", EncryptionFunction::resultCodeConvertStatus);
|
|
|
FUNCTIONS.put("combinationCodeSuccessIsExit",EncryptionFunction::combinationCodeSuccessIsExit);
|
|
|
- log.info("md5函数已注册!");
|
|
|
+ log.info("函数已注册!");
|
|
|
}
|
|
|
|
|
|
/**
|