增加日志
This commit is contained in:
@@ -500,8 +500,9 @@ namespace WMS.Web.Repositories
|
|||||||
_transaction.Commit();
|
_transaction.Commit();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Console.WriteLine($"入库任务单插入失败:{ex.Message}");
|
||||||
if (_transaction != null)
|
if (_transaction != null)
|
||||||
_transaction.Rollback();
|
_transaction.Rollback();
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user