本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
bjquanjiang
/
DigitalScholl
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch '黑龙江艺术高中职' of
http://123.57.209.16:3000/bjquanjiang/DigitalScholl
into 黑龙江艺术高中职
黑艺新账号
dyy
1 年之前
父節點
4bd42d3d4a
07ff471753
當前提交
4eab5724c5
共有
1 個檔案被更改
,包括
4 行新增
和
1 行删除
分割檢視
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
查看文件
@@ -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…
取消
儲存