This commit is contained in:
2024-09-05 16:53:51 +08:00
parent 28173f6759
commit 2a3a8aff11
4 changed files with 20 additions and 3 deletions

View File

@@ -2632,8 +2632,8 @@ namespace Tnb.ProductionMgr
}
catch (Exception e)
{
Log.Error("提报入库任务下发失败", e);
throw new Exception("提报入库任务下发失败");
Log.Error("提报入库任务下发失败:"+e.Message, e);
throw new Exception("提报入库任务下发失败:"+e.Message);
}
return "入库任务下发成功";