Authored by Lixiaodi

bug修改

@@ -219,7 +219,7 @@ public class ControllerCacheAop implements ApplicationContextAware{ @@ -219,7 +219,7 @@ public class ControllerCacheAop implements ApplicationContextAware{
219 methodParams.add(param); 219 methodParams.add(param);
220 } 220 }
221 221
222 - String arg_sign = String.join("-", methodParams).replaceAll("\\s+",""); 222 + String arg_sign = String.join("-", methodParams).replaceAll("\\s+","-");
223 223
224 return arg_sign; 224 return arg_sign;
225 } 225 }
@@ -253,4 +253,5 @@ public class ControllerCacheAop implements ApplicationContextAware{ @@ -253,4 +253,5 @@ public class ControllerCacheAop implements ApplicationContextAware{
253 throws BeansException { 253 throws BeansException {
254 this.applicationContext=applicationContext; 254 this.applicationContext=applicationContext;
255 } 255 }
  256 +
256 } 257 }