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