Compare commits
No commits in common. "b5402ac114ac1a54cede6c8208f6729da741ce7b" and "1791e3b02f40d597ab3a670d6ae5bad7fa88554a" have entirely different histories.
b5402ac114
...
1791e3b02f
|
@ -29,7 +29,7 @@ namespace BLL
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static void InsertEmployInOutRecord(Model.t_d_facerecordItem drecord,Model.SitePerson_Person getPerson)
|
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))
|
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue