username@email.com
5 天以前 a1e963756360f8bd3938aa560b661d0400165c06
CY_ECommercePlatform/CY.Model/EC/EC_MergerHoudaos.cs
@@ -47,6 +47,8 @@
        public string PSF_Beishu { get; set; }
        public string PSF_Jichang { get; set; }
        public int? PSF_JichangId { get; set; }
        public string PSF_Yaoqiu { get; set; }
       
@@ -102,6 +104,11 @@
                this.PSF_Yaoqiu = isChange ? MyConvert.ConvertToString(value) : PSF_Yaoqiu;
                theValue = this.PSF_Yaoqiu;
            }
            else if ("PSF_JichangId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 8)
            {
                this.PSF_JichangId = isChange ? MyConvert.ConvertToInt32(value) : PSF_JichangId;
                theValue = this.PSF_JichangId;
            }
            
            return theValue;