username@email.com
2025-01-17 db32c8221ae179f6b20cc62467200c0681d10f61
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;