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
宿舍管理添加床位性别
临城职教中职
ndbs
2 years ago
parent
b19fd26b00
commit
9d96b48295
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Accommodation/AccommodationService.cs
+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Accommodation/AccommodationService.cs
View File
@@ -2160,6 +2160,7 @@ where ID='{ParentID}'
bed.Major = MajorNo;
bed.Class = ClassNo;
bed.StudentID = stuno;
bed.Sex = dormitory.Sex = dr["性别"].ToString() == "女" ? "0" : "1"; ;
bed.Leader = leaderno;
bed.BuildType = "5";
bed.CreateBy = user.realName;
Write
Preview
Loading…
Cancel
Save