|
@@ -52,7 +52,7 @@ public class CarIdentifyUpdateReply implements IMqttMessageListener {
|
|
} else {
|
|
} else {
|
|
updateParams.setSyncStatus(3);
|
|
updateParams.setSyncStatus(3);
|
|
}
|
|
}
|
|
- carManagementService.update(updateParams);
|
|
|
|
|
|
+ carManagementService.updateById(updateParams);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error(this.getClass().getName(), e.getMessage());
|
|
log.error(this.getClass().getName(), e.getMessage());
|
|
}
|
|
}
|