1、增加缓存指令下发功能
This commit is contained in:
parent
af3d394b39
commit
d733f361af
@ -128,6 +128,7 @@ public class APIController extends BasicController{
|
||||
if(cacheCmd != null){
|
||||
rtcmClient.config(deviceId, cacheCmd.getCmd());
|
||||
cacheCmd.setSyn(true);
|
||||
cacheCmd.setUpdatetime(LocalDateTime.now());
|
||||
cacheCmdMapper.updateById(cacheCmd);
|
||||
// 保存
|
||||
saveMsg(deviceId, tenantId,cacheCmd.getMsgtype(), cacheCmd.getCmd(), true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user