设备保养点巡检复核增加附件上传

This commit is contained in:
qianjiawei
2023-11-30 14:02:58 +08:00
parent 297f90bd0c
commit 325e1c8f07
8 changed files with 22 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ namespace Tnb.EquipMgr
{
_ = await _repository.UpdateAsync(x => new EqpMaintainRecordH()
{
fhattachment=input.attachment,
repeat_result = input.repeat_result,
repeat_remark = input.repeat_remark,
repeat_user_id = _userManager.UserId,
@@ -244,6 +245,7 @@ namespace Tnb.EquipMgr
{
id = a.id,
attachment = a.attachment,
fhattachment= a.fhattachment,
create_time = a.create_time == null ? null : a.create_time.Value.ToString(DbTimeFormat.MM),
equip_id = b.code,
equip_id_id = a.equip_id,