username@email.com
2025-03-31 1be1829cbb03b11d10a800ebb8ad72eb9241a103
CY_ECommercePlatform/CY.Model/OA/OA_Shejijijian.cs
@@ -183,7 +183,11 @@
                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;
            }