杨乐
2022-01-25 4e9b0d5aafdab84c4b6aec9d7f0095bc692b3600
DAL/基础资料/公用基础资料/ClsGy_Process_View.cs
@@ -123,6 +123,7 @@
                omodel.HProcCheckNote = DS.Tables[0].Rows[0]["HProcCheckNote"].ToString().Trim();
                omodel.HBadWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HBadWHID"]);
                omodel.HWasterWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWasterWHID"]);
                omodel.HBadCountDevelopWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HBadCountDevelopWHID"]);
                return true;
            }
            catch (Exception e)