username@email.com
2025-04-30 bac8f3f7f55649e9a6f76049b634af22d320a1c8
CY_ECommercePlatform/CY.Model/OA/OA_Kaipiaonewcuishou.cs
@@ -99,7 +99,7 @@
                this.Keyid = isChange ? MyConvert.ConvertToInt32(value).Value : Keyid;
                theValue = this.Keyid;
            }
            else if ("FirmId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 2)
            else if ("KaipiaoId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 2)
            {
                this.KaipiaoId = isChange ? MyConvert.ConvertToGuid(value) : KaipiaoId;
                theValue = this.KaipiaoId;