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

This commit is contained in:
15856 2024-11-15 09:25:00 +08:00
parent b6524e55c9
commit a0f8909f4d
1 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService {
leaseOutDetailsMapper.updateMaMachineStatus(record); leaseOutDetailsMapper.updateMaMachineStatus(record);
log.error("check0010"); log.error("check0010");
//查询装备是否推送到租赁 //查询装备是否推送到租赁
MaMachine maMachine = maMachineMapper.selectMaMachineByMaId(Long.valueOf(record.getMaId())); /* MaMachine maMachine = maMachineMapper.selectMaMachineByMaId(Long.valueOf(record.getMaId()));
log.error("check0011"); log.error("check0011");
if (maMachine != null && maMachine.getPushStatus().equals(1)) { if (maMachine != null && maMachine.getPushStatus().equals(1)) {
//同步租赁商城机具状态 //同步租赁商城机具状态
@ -284,7 +284,7 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService {
log.error("同步租赁商城机具状态失败"); log.error("同步租赁商城机具状态失败");
throw new RuntimeException("同步租赁商城机具状态失败"); throw new RuntimeException("同步租赁商城机具状态失败");
} }
} }*/
log.error("check0012"); log.error("check0012");
} }
} }