新需求开发

This commit is contained in:
haozq 2025-08-04 11:27:34 +08:00
parent 99cdad841e
commit bdce485bb0
2 changed files with 4 additions and 4 deletions

View File

@ -162,8 +162,8 @@ public class BdServiceImpl {
param.setDevCode(param.getDeviceId());
String bidCode=mapper.getBidCodeByBd(param);
param.setBidCode(bidCode);
// String type=param.getEventCode().replaceAll("Alarm","").trim();
// param.setType(type);
// String type=param.getEventCode().replaceAll("Alarm","").trim();
// param.setType(type);
WarnInfoVo vo=mapper.getDeviceInfo(param);
param.setDeviceId(vo.getDeviceId());
param.setAttributeId(vo.getAttributeId());

View File

@ -21,8 +21,8 @@
<delete id="delSubcontractorById">
DELETE tb_pro_fence, tb_fence_detail
FROM tb_pro_fence
JOIN tb_fence_detail ON tb_pro_fence.id = tb_fence_detail.fence_id
WHERE tb_pro_fence.id = #{id};
LEFT JOIN tb_fence_detail ON tb_pro_fence.id = tb_fence_detail.fence_id
WHERE tb_pro_fence.id = #{id}
</delete>
<!--人员管控-穿戴装备-->