username@email.com
2025-04-03 8f7fd017ffa14e6b3e2ec0a984e9370d88cb7c09
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)