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
Merge branch '黑龙江艺术高中职' of
http://123.57.209.16:3000/bjquanjiang/DigitalScholl
into 黑龙江艺术高中职
黑艺新账号
dyy
1 year ago
parent
4bd42d3d4a
07ff471753
commit
4eab5724c5
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