Commit 37764839 by lizefeng

优化实时库存导出

parent 34305167
...@@ -239,7 +239,7 @@ left join dc_base_tort as t8 on dat.bailun_sku = t8.bailun_sku ...@@ -239,7 +239,7 @@ left join dc_base_tort as t8 on dat.bailun_sku = t8.bailun_sku
return obj.AsList(); return obj.AsList();
} }
catch (Exception ex) catch (Exception)
{ {
throw; throw;
......
...@@ -584,9 +584,9 @@ and EXISTS ( ...@@ -584,9 +584,9 @@ and EXISTS (
return obj.AsList(); return obj.AsList();
} }
catch (Exception ex) catch (Exception)
{ {
return list; throw;
} }
} }
......
...@@ -42,7 +42,7 @@ namespace AutoTurnOver.Common ...@@ -42,7 +42,7 @@ namespace AutoTurnOver.Common
return data.data; return data.data;
} }
} }
catch(Exception ex) catch(Exception)
{ {
current.Response.StatusCode = (int)HttpStatusCode.Unauthorized; current.Response.StatusCode = (int)HttpStatusCode.Unauthorized;
return null; return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment