瀏覽代碼

feat: qcc update1

shc 1 年之前
父節點
當前提交
1ce7ef4b44

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/WmQccInfoController.java

@@ -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("当前企业存在在途刷新动作,请稍后重试");
         }