Compare commits
2 Commits
1791e3b02f
...
b5402ac114
Author | SHA1 | Date |
---|---|---|
|
b5402ac114 | |
|
07ad76a6bf |
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue