Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -200,6 +200,7 @@ namespace Tnb.EquipMgr
|
|||||||
{
|
{
|
||||||
_ = await _repository.UpdateAsync(x => new EqpRepairApply()
|
_ = await _repository.UpdateAsync(x => new EqpRepairApply()
|
||||||
{
|
{
|
||||||
|
repairer_id = _userManager.UserId,
|
||||||
status = RepairApplyStatus.RECEIVED,
|
status = RepairApplyStatus.RECEIVED,
|
||||||
}, x => x.id == id);
|
}, x => x.id == id);
|
||||||
return "接收成功";
|
return "接收成功";
|
||||||
|
|||||||
Reference in New Issue
Block a user