1
duhe
2025-08-07 56a9ece7e0394587d60f0ea78293c03b63db95d0
DAL/基础资料/InterFace基础资料/ClsIF_Material_View.cs
@@ -170,6 +170,7 @@
                omodel.HISKFPERIOD = DBUtility.ClsPub.isBool(DS.Tables[0].Rows[0]["HISKFPERIOD"]);
                omodel.HEXPPERIOD = Convert.ToInt64(DS.Tables[0].Rows[0]["HEXPPERIOD"]);
                omodel.HEXPUNIT = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HEXPUNIT"]);
                omodel.HSubjoin2 = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HSubjoin2"]);
                return true;
 
            }