mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-07-26 07:28:58 +08:00
feat(smartCamCarLicenseSnapshotData): 标记车辆出场流程完成
- 在 SmartCamCarLicenseSnapshotDataService 中,当车辆出场时,将 finished 属性设置为 true- 这个改动确保了车辆出场流程的完整性,并可以用于后续的流程控制或数据查询
This commit is contained in:
@@ -425,6 +425,7 @@ public class SmartCamCarLicenseSnapshotDataService
|
||||
last.setExit(entity);
|
||||
|
||||
last.setExitTime(entity.getInfoTimeObj());
|
||||
last.setFinished(true);
|
||||
|
||||
smartCamCarDataRepository.save(last);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user