Commit 637756e5 by lizefeng

采购单推送失败重试

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