username@email.com
3 天以前 529d8cb61421eb65d86559d3d2636ad405b87b41
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;
            }