From 211bb749ab809dab4276c66a5d23bb5ea053ba8f Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期二, 16 二月 2021 15:28:30 +0800
Subject: [PATCH] nothing

---
 src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs b/src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs
index bb3f2a8..26c16cc 100644
--- a/src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs
+++ b/src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs
@@ -463,7 +463,7 @@
                         }
                         else
                         {
-                            LogHelper.Error(jsonRoot.ToString());
+                            this.View.ShowMessage(saveObj["Result"]["ResponseStatus"]["Errors"][0]["Message"].ToString());
                             this.View.ShowErrMessage(jsonRoot.ToString());
                         }
                     }
@@ -524,7 +524,6 @@
             }
             return string.Empty;
         }
-
         public void WriteImportLog()
         {
             try

--
Gitblit v1.9.1