This commit is contained in:
yoon 2025-04-04 19:22:18 +09:00
parent b6bd7fac4d
commit ee1933008f

View File

@ -55,6 +55,7 @@ public class CommutersService {
if(map.get("commutLve") != null) { if(map.get("commutLve") != null) {
map.put("commutLve", null); map.put("commutLve", null);
map.put("commutOut", null); map.put("commutOut", null);
map.put("projctLve", null);
} else { } else {
map.put("commutLve", LocalTime.now()); map.put("commutLve", LocalTime.now());
} }