username@email.com
2025-03-07 2fee7b9b90c1acf7a17aef84ee22c2a31b801fe2
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)