完善soc管理-编辑-查询

This commit is contained in:
wen 2021-11-30 15:27:42 +08:00
parent 47f7ab0e40
commit 7507dea728

View File

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