Compare commits

...

2 Commits

Author SHA1 Message Date
高飞 b5402ac114 提交代码 2025-02-26 09:10:21 +08:00
高飞 07ad76a6bf 提交代码 2025-02-26 09:09:47 +08:00
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)
if (drecord.DateTimeRecord.HasValue && !string.IsNullOrEmpty(getPerson.PersonName))
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{