username@email.com
2025-02-24 429d9ffb4bd7607b83b0ce8b89c07441fb0d0f57
CY_ECommercePlatform/CY.Model/OA/OA_Fukuanshenqing.cs
@@ -43,7 +43,8 @@
        /// <summary>
        /// 客户id
        /// </summary>
        public int SupplierId { get; set; }
        public string SupplierId { get; set; }
        /// <summary>
        /// 客户id
        /// </summary>
@@ -185,7 +186,7 @@
            }
            else if ("SupplierId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 3)
            {
                this.SupplierId = isChange ? MyConvert.ConvertToInt32(value).Value : SupplierId;
                this.SupplierId = isChange ? MyConvert.ConvertToString(value) : SupplierId;
                theValue = this.SupplierId;
            }
            else if ("SupplierName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 4)