This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
补卡isfit字段更新条件
黑艺新账号
hwh2023
1 year ago
parent
d593529c5b
commit
8bddfcab17
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/ADR_Record/ADR_RecordService.cs
+ 4
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/ADR_Record/ADR_RecordService.cs
View File
@@ -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);
}
Write
Preview
Loading…
Cancel
Save