提交 7087aea1 编写于 作者: 智布道's avatar 智布道 👁

🐛 修复隐藏bug

上级 00f711ec
......@@ -22,7 +22,7 @@ public class CacheKeyUtil {
* 参数数组
*/
public static String getMethodParamsKey(Object... params) {
if (StringUtils.isEmpty(params)) {
if (null == params || params.length == 0) {
return "";
}
StringBuilder key = new StringBuilder("(");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册