diff --git a/Backend/Controllers/UserInfoController.cs b/Backend/Controllers/UserInfoController.cs index 9fe8c7b..70de7b2 100644 --- a/Backend/Controllers/UserInfoController.cs +++ b/Backend/Controllers/UserInfoController.cs @@ -173,7 +173,7 @@ namespace Backend.Controllers { "@message_content", sendContent} }; - await backendRepository.AddOneByCustomTable(insertNotify, "background_service_message_notification_task"); + //await backendRepository.AddOneByCustomTable(insertNotify, "background_service_message_notification_task"); apiResult.Code = "0000"; apiResult.Msg = "儲存成功"; diff --git a/Frontend/_sysElevator.html b/Frontend/_sysElevator.html index 022faa4..75a794f 100644 --- a/Frontend/_sysElevator.html +++ b/Frontend/_sysElevator.html @@ -499,7 +499,7 @@