WebApi/Gs.Report/XlsInOutController.cs
@@ -446,6 +446,7 @@
            { "检验水平", "t9" },
            { "接受水平", "t10" },
            { "检验要求", "t11" },
            { "样品数", "t12" },
        };
        string tmpGuid = mode.tmpGuid;
        string strType = mode.strType;//用于判断iqc,ipqc首检,ipqc巡检,fqc
@@ -483,6 +484,7 @@
                catch (Exception ex)
                {
                    rtnInt = -1;
                    LogHelper.Debug(this.ToString(), "XlsInItemJyxm:" + ex.Message);
                    sbMsg.Append("操作失败:" + ex.Message);
                }
                finally
@@ -517,6 +519,7 @@
        {
            _it = 0;
            _msg = "操作失败:读取文件时发生错误:" + ex.Message;
            LogHelper.Debug("", "XlsInItemJyxm:" + ex.Message);
        }
        if (string.IsNullOrEmpty(files))
@@ -567,6 +570,9 @@
                {
                    _it = 0;
                    _msg = "操作失败,bulkCopy读取上传文件发生错误:" + ex.Message;
                    LogHelper.Debug("", "XlsInItemJyxm:" + ex.Message);
                }
            }
        }