|
|
@@ -539,7 +539,10 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
entity.IsFit = true; |
|
|
|
if (entity.ClockStatus == "4" || entity.ClockStatus == "5" || entity.AIsOut) |
|
|
|
{ |
|
|
|
entity.IsFit = true; |
|
|
|
} |
|
|
|
entity.Create(); |
|
|
|
this.BaseRepository("CollegeMIS").Insert(entity); |
|
|
|
} |
|
|
|