Commit 1ca01acf by 陶然

init

parent ef41ff00
......@@ -287,6 +287,12 @@ namespace Kivii.Client.Invoices.Etax
{
if (resp.Results.IsNullOrEmpty())
{
var mvPath = $"{errorPath}\\{file.Name}";
fileMove(file.FullName, mvPath);
outputMessage($"文件名:{file.Name}格式不正确,无法从中获取发票号,此文件已移动到目录:{errorPath}");
}
else
{
}
}
......
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