Commit 0204115e authored by tangwei's avatar tangwei

修改bug

parent d49be62f
......@@ -527,7 +527,7 @@ public class TopographyController extends AbstractBaseController {
alarm = list.get(0);
equipmentSpecific.setStatus(alarm.getStatus());
} else {
equipmentSpecific.setStatus(0);
equipmentSpecific.setStatus(null);
}
equipmentSpecific.setFullqrCode("01#" + equipmentSpecific.getQrCode());
String sysName = this.getSystemNameBySpeId(equipmentSpecific);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment