username@email.com
2025-01-20 dc7b6c75f98b6924b7e091ee7ac6551470652d78
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -952,8 +952,12 @@
                this.BusinessManagerId = isChange ? MyConvert.ConvertToInt32(value) : this.BusinessManagerId;
                theValue = this.BusinessManagerId;
            }
            else if ("Duiyinghetongbianhao".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 100)
            {
                this.Duiyinghetongbianhao = isChange ? MyConvert.ConvertToString(value) : this.Duiyinghetongbianhao;
                theValue = this.Duiyinghetongbianhao;
            }
            #endregion
            return theValue;