安全漏洞升级,推送逻辑优化
This commit is contained in:
parent
0aa51bfcf4
commit
56e9c40f59
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue