bug
This commit is contained in:
@@ -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 "入库任务下发成功";
|
||||
|
||||
Reference in New Issue
Block a user