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