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