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