ソースを参照

补卡isfit字段更新条件

黑艺新账号
hwh2023 1年前
コミット
8bddfcab17
1個のファイルの変更4行の追加1行の削除
  1. +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);
}


読み込み中…
キャンセル
保存