mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
refactor(SmartCamCar): disable logging for saveEvent method
This commit is contained in:
@@ -107,7 +107,7 @@ public class SmartCamCarLicenseSnapshotDataService
|
||||
@SneakyThrows
|
||||
public ObjectNode saveEvent(String json) {
|
||||
|
||||
log.info("saveEvent {}", json);
|
||||
// log.info("saveEvent {}", json);
|
||||
JsonNode rootNode = objectMapper.readTree(json);
|
||||
SmartCamCarLicenseSnapshotDataEntity entity = new SmartCamCarLicenseSnapshotDataEntity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user