@@ -46,7 +46,7 @@ public class WmQccInfoController {
if (Boolean.FALSE.equals(redisTemplate.opsForValue().setIfAbsent(cacheKey, resource.getRegCode(), 3, TimeUnit.MINUTES))){
- throw new BizException("当前企业存在在途刷新动作,请稍后重试");
+ return R.failed("当前企业存在在途刷新动作,请稍后重试");
}