Commit 637756e5 by lizefeng

采购单推送失败重试

parent faca4f00
...@@ -164,7 +164,11 @@ namespace AutoTurnOver.Services ...@@ -164,7 +164,11 @@ namespace AutoTurnOver.Services
return re; return re;
} }
} }
else
{
throw new Exception("采购系统异常: " + result.Message); throw new Exception("采购系统异常: " + result.Message);
}
} }
return result; return result;
......
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