20220928新增单条考勤推送

This commit is contained in:
2022-09-28 21:21:59 +08:00
parent 3a62ed2219
commit 18ed8e8833
2 changed files with 109 additions and 5 deletions
@@ -88,8 +88,12 @@ namespace BLL
CheckType = "ZHENGCHANG_KAOQINLEIBIE",
CheckWay = "FACE_FANGSHI",
};
db.RealName_PersonInOutNow.InsertOnSubmit(newR);
db.SubmitChanges();
if (SynchroSetService.PushAttendanceS(newR) != "True")
{
db.RealName_PersonInOutNow.InsertOnSubmit(newR);
db.SubmitChanges();
}
}
}
}