bug
This commit is contained in:
@@ -194,7 +194,7 @@ namespace Tnb.EquipMgr
|
||||
|
||||
string id = dic["id"];
|
||||
EqpRepairApply eqpRepairApply = await _repository.GetSingleAsync(x => x.id == id);
|
||||
if (eqpRepairApply.status == RepairApplyStatus.TOBERECEIVED)
|
||||
if (eqpRepairApply.status == RepairApplyStatus.TOBEEXECUTED)
|
||||
{
|
||||
if (await _repository.AsSugarClient().Queryable<UserRelationEntity>().AnyAsync(x => x.UserId == _userManager.UserId && x.ObjectId == "26586914497557"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user