Compare commits

...

2 Commits

Author SHA1 Message Date
gaofei b5402ac114 提交代码 2025-02-26 09:10:21 +08:00
gaofei 07ad76a6bf 提交代码 2025-02-26 09:09:47 +08:00
+1 -1
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))
{