From c5c9c8158b3e143ef8cc328f45ed8833f061dec2 Mon Sep 17 00:00:00 2001 From: zhaojian Date: Wed, 31 Jul 2024 14:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=A1=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=A1=A5=E5=8D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shangjian/XGLFinishPro/Views/LanJu_User.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shangjian/XGLFinishPro/Views/LanJu_User.xaml.cs b/shangjian/XGLFinishPro/Views/LanJu_User.xaml.cs index 9803f0c..4238c37 100644 --- a/shangjian/XGLFinishPro/Views/LanJu_User.xaml.cs +++ b/shangjian/XGLFinishPro/Views/LanJu_User.xaml.cs @@ -116,7 +116,7 @@ namespace XGLFinishPro.Views } else { - bool isSucc = finishProdDBService.InsertAttendanceRecord(userCode, userName,sex, post, deviceCode); + bool isSucc = finishProdDBService.InsertAttendanceRecord(userCode, userName,sex, post, deviceCode, LoginUser.WorkDate); if (isSucc) { CustomMessageBox.Show("打卡成功,祝您工作愉快!", CustomMessageBoxButton.OK, CustomMessageBoxIcon.Success,1500); @@ -191,7 +191,7 @@ namespace XGLFinishPro.Views } else { - bool isSucc = finishProdDBService.InsertAttendanceRecord(userCode, userName, sex, post, deviceCode); + bool isSucc = finishProdDBService.InsertAttendanceRecord(userCode, userName, sex, post, deviceCode, LoginUser.WorkDate); if (isSucc) { CustomMessageBox.Show("打卡成功,祝您工作愉快!", CustomMessageBoxButton.OK, CustomMessageBoxIcon.Success, 1500);