From 45ae96886e71ba5f9b7865461b890f2e0e2a9f41 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 03 12월 2021 09:07:11 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/scripts/app/user/userModify.controller.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/app/user/userModify.controller.js b/src/main/webapp/scripts/app/user/userModify.controller.js
index 8f71f34..b4c7dc5 100644
--- a/src/main/webapp/scripts/app/user/userModify.controller.js
+++ b/src/main/webapp/scripts/app/user/userModify.controller.js
@@ -85,7 +85,6 @@
                             $scope.vm.form.account = result.data.data.account;
                             $scope.vm.form.phone = result.data.data.phone;
                             if(result.data.data.reservationNotifyTime === "realTime"){
-                                $scope.vm.form.reservationNotifyTime = "";
                                 $scope.vm.form.realtimeNotify = true;
                             }else{
                                 $scope.vm.form.reservationNotifyTime = result.data.data.reservationNotifyTime;

--
Gitblit v1.8.0