@@ -372,7 +372,7 @@ public class LogoutEtcStep3Activity extends AppActivity { | |||
params.put("cardId", curBizContent.getCardId()); | |||
params.put("obuId", curBizContent.getObuId()); | |||
params.put("cardType", curBizContent.getIsValueCard()); // CHARGE_CARD, STORED_VALUE_CARD等 | |||
params.put("hasDevice", isDamage == 2); // 能否连接设备,根据是否损坏判断 | |||
params.put("hasDevice", hasOBU == 1); // 能否连接设备,根据是否损坏判断 | |||
// 车辆信息 | |||
params.put("vehicleId", vehicleId); |