duhe
2023-08-16 0450410946f3fb7df63f3e6bdf4e2e20e7d910f3
DAL/基础资料/公用基础资料/ClsGy_Process_View.cs
@@ -123,6 +123,10 @@
                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"]);
                omodel.HWWBadWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWWBadWHID"]);
                omodel.HWWWasterWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWWWasterWHID"]);
                omodel.HWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWHID"]);
                return true;
            }
            catch (Exception e)