完善soc管理-编辑-查询

This commit is contained in:
wen 2021-11-30 15:27:42 +08:00
parent db0b2d1685
commit 0ebae2e019

View File

@ -57,6 +57,7 @@ public class XhpcServiceDataUpdateServiceImpl implements IXhpcServiceDataUpdateS
redisService.setCacheObject("global:phone", phone);
redisService.setCacheObject("global:AliyunMessageCount", aliyunMessageCount);
return AjaxResult.success();
}
}