Commit d1a0cd8b authored by 吴春's avatar 吴春

提交代码

parent 09f92a68
......@@ -105,7 +105,7 @@ namespace Mall.Repository.MarketingCenter
/// <returns></returns>
public List<RB_DiscountCoupon_Extend> GetNoUseCouponList(RB_DiscountCoupon_Extend query)
{
string where = " and a.StartDate<NOW() and a.EndDate>NOW() and a.UseState=0 ";
string where = " and a.StartDate<NOW() and a.EndDate>NOW() and a.`Status`=0 and a.UseState=0 ";
string goodsClassWhere = "";//分类
string goodsWhere = "";//商品
string allWhere = "";//通用
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment