wxw
7 天以前 399eb07af584e1e2f1f7dafcfbb3b2a386cfbf3c
Wms/WMS.BLL/BllQualityServer/QualityInspectServer.cs
@@ -457,7 +457,7 @@
                //回滚事务
                Db.RollbackTran();
                //抛出异常
                throw new Exception("接收SAP下发库存调整单异常:", ex);
                throw new Exception($"接收SAP下发库存调整单异常:{ex}");
            }
        }
        #endregion