This commit is contained in:
2024-08-29 11:52:59 +08:00
parent 7ace98d49e
commit a8cf80309c

View File

@@ -200,6 +200,7 @@ namespace Tnb.EquipMgr
{
_ = await _repository.UpdateAsync(x => new EqpRepairApply()
{
repairer_id = _userManager.UserId,
status = RepairApplyStatus.RECEIVED,
}, x => x.id == id);
return "接收成功";