【新增】继电器组合的设备类型是防淹门时,视同车库门
This commit is contained in:
parent
3ae2f14a16
commit
c9dda72725
File diff suppressed because it is too large
Load Diff
@ -817,7 +817,7 @@ func buildAndRelateElectronicComponent(repo *proto.Repository, relayGi *data_pro
|
|||||||
Egs: egs,
|
Egs: egs,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
case data_proto.RelatedRef_GarageDoor: //车库门
|
case data_proto.RelatedRef_GarageDoor, data_proto.RelatedRef_FloodGate: //车库门||防淹门
|
||||||
{
|
{
|
||||||
ckm, ok := ckmMap[GenerateElementUid(city, lineId, nil, relationship.Code)]
|
ckm, ok := ckmMap[GenerateElementUid(city, lineId, nil, relationship.Code)]
|
||||||
if !ok {
|
if !ok {
|
||||||
|
Loading…
Reference in New Issue
Block a user