Compare commits

..

No commits in common. "b5402ac114ac1a54cede6c8208f6729da741ce7b" and "1791e3b02f40d597ab3a670d6ae5bad7fa88554a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace BLL
/// </summary>
public static void InsertEmployInOutRecord(Model.t_d_facerecordItem drecord,Model.SitePerson_Person getPerson)
{
if (drecord.DateTimeRecord.HasValue && !string.IsNullOrEmpty(getPerson.PersonName))
if (drecord.DateTimeRecord.HasValue)
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{