username@email.com
2024-11-22 a5eec4b75c0c24463aa499aefe2251ec938c4d2d
CY_ECommercePlatform/CY.SQLDAL/SysInquiry/SysInquiry_PrintingTypeDAL.cs
@@ -135,7 +135,7 @@
        /// <returns></returns>
        public IEnumerable<SysInquiry_PrintingType> SelectUsedModles()
        {
            return _dataBase.SelectModel<SysInquiry_PrintingType>(" * ", " [SysInquiry_PrintingType] ", " ParentId<>0 AND Status=1 ");
            return _dataBase.SelectModel<SysInquiry_PrintingType>(" * ", " [SysInquiry_PrintingType] ", " ParentId<>0 AND Status=1 order By orderNumHome  ") ;
        }
        /// <summary>