wtt
3 天以前 e7ef7f02094dbfc44950cb5bb363b95f0c77c57a
WebAPI/DLL/ClsSc_ICMOReportBill.cs
@@ -192,6 +192,7 @@
                if (DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBack"]) == "1")
                {
                    LogService.Write("生产汇报单保存失败原因:" + ds.Tables[0].Rows[0]["HBackRemark"]);
                    sReturn = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBackRemark"]);
                    oCn.RollBack();
                    return false;
@@ -265,6 +266,7 @@
                    , "h_p_Sc_ICMOReportBill_ReverseWriteQty");
                if (DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBack"]) == "1")
                {
                    LogService.Write("生产汇报单保存失败原因:" + ds.Tables[0].Rows[0]["HBackRemark"]);
                    sReturn = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBackRemark"]);
                    oCn.RollBack();
                    return false;
@@ -288,6 +290,7 @@
                if (DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBack"]) == "1")
                {
                    LogService.Write("生产汇报单保存失败原因:" + ds.Tables[0].Rows[0]["HBackRemark"]);
                    sReturn = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBackRemark"]);
                    oCn.RollBack();
                    return false;
@@ -300,6 +303,7 @@
            }
            catch (Exception e)
            {
                LogService.Write("生产汇报单保存失败原因:" + e.Message);
                sReturn = e.Message;
                oCn.RollBack();
                throw (e);