去除warn
This commit is contained in:
@@ -33,7 +33,6 @@ namespace Tnb.EquipMgr
|
||||
/// <summary>
|
||||
/// 维修延期
|
||||
/// </summary>
|
||||
/// <param name="dic"></param>
|
||||
[HttpPost]
|
||||
public async Task<string> Delay(RepairDelayInput input)
|
||||
{
|
||||
@@ -43,7 +42,7 @@ namespace Tnb.EquipMgr
|
||||
EqpRepairDelay repairDelay = new EqpRepairDelay()
|
||||
{
|
||||
id = SnowflakeIdHelper.NextId(),
|
||||
equip_id = eqpRepairApply.equip_id,
|
||||
equip_id = eqpRepairApply?.equip_id ?? "",
|
||||
repair_apply_id = input.repair_apply_id,
|
||||
delay_reason = input.delay_reason,
|
||||
expected_time = input.expected_time,
|
||||
|
||||
Reference in New Issue
Block a user