username@email.com
2025-01-17 8d51a0762a43eedada5eb15bd24180d7204e63b3
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -952,7 +952,11 @@
                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