【分路不良状态问题】
This commit is contained in:
parent
c2394f3eb9
commit
a95076aac1
@ -272,6 +272,7 @@ public class SectionStatus extends DeviceStatus {
|
|||||||
statusVO.setDelayUnlock(delayUnlock);
|
statusVO.setDelayUnlock(delayUnlock);
|
||||||
statusVO.setClosed(closed);
|
statusVO.setClosed(closed);
|
||||||
statusVO.setFault(fault);
|
statusVO.setFault(fault);
|
||||||
|
statusVO.setBadShunt(badShunt);
|
||||||
statusVO.setShuntingTypeList(this.shuntingTypeList);
|
statusVO.setShuntingTypeList(this.shuntingTypeList);
|
||||||
return statusVO;
|
return statusVO;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user