feat(smartCamCarLicenseSnapshotData): 标记车辆出场流程完成

- 在 SmartCamCarLicenseSnapshotDataService 中,当车辆出场时,将 finished 属性设置为 true- 这个改动确保了车辆出场流程的完整性,并可以用于后续的流程控制或数据查询
This commit is contained in:
2025-04-20 17:45:12 +08:00
parent 237e83f5c8
commit bed7bead9c

View File

@@ -425,6 +425,7 @@ public class SmartCamCarLicenseSnapshotDataService
last.setExit(entity);
last.setExitTime(entity.getInfoTimeObj());
last.setFinished(true);
smartCamCarDataRepository.save(last);