where+=$@" and g.{nameof(RB_Goods_Activity_Get_Extend.State)} =1";
where+=$@" and g.{nameof(RB_Goods_Activity_Get_Extend.ReceiveTime)} <'{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}'";
where+=$@" and (g.{nameof(RB_Goods_Activity_Get_Extend.State)} =3";
where+=$@" or (g.{nameof(RB_Goods_Activity_Get_Extend.State)} =1 and a.{nameof(RB_Goods_Activity_Get_Extend.ReceiveTime)} <'{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}'))";