设备维修记录

This commit is contained in:
2024-09-09 15:51:51 +08:00
parent 103377ba07
commit 8d2f9cc3ac
4 changed files with 287 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ namespace Tnb.EquipMgr
{
repairer_id = _userManager.UserId,
status = RepairApplyStatus.RECEIVED,
receive_time = DateTime.Now,
}, x => x.id == id);
return "接收成功";
}else