安全漏洞升级,推送逻辑优化

This commit is contained in:
15856 2024-11-15 09:40:22 +08:00
parent 0aa51bfcf4
commit 56e9c40f59
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService {
} }
// 更新 (ma_machine 设备表)的状态 // 更新 (ma_machine 设备表)的状态
leaseOutDetailsMapper.updateMaMachineStatus(record); leaseOutDetailsMapper.updateMaMachineStatus(record);
log.error("check0010{}",record.getMaId()); log.error("check0010{}",record);
//查询装备是否推送到租赁 //查询装备是否推送到租赁
MaMachine maMachine = maMachineMapper.selectMaMachineByMaId(Long.valueOf(record.getMaId())); MaMachine maMachine = maMachineMapper.selectMaMachineByMaId(Long.valueOf(record.getMaId()));
log.error("check0011"); log.error("check0011");