username@email.com
2025-04-15 87923ee3e808e22ce2cc3140317a7cf1c5f4e2d6
CY_ECommercePlatform/CY.Model/OA/OA_Shejijijian.cs
@@ -183,9 +183,13 @@
                this.Status = isChange ? MyConvert.ConvertToInt32(value) : Status;
                theValue = this.Status;
            }
            else if ("Shejilemoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 14)
            {
                this.Shejilemoney = isChange ? MyConvert.ConvertToDecimal(value) : Shejilemoney;
                theValue = this.Shejilemoney;
            }