执行代码清理,修复warning
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Tnb.EquipMgr
|
||||
entity.create_time = DateTime.Now;
|
||||
entity.create_id = _userManager.UserId;
|
||||
entity.org_id = _userManager.GetUserInfo().Result.organizeId;
|
||||
await _repository.InsertAsync(entity);
|
||||
_ = await _repository.InsertAsync(entity);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user