Commit e3fecff9 authored by 吴春's avatar 吴春

提交代码

parent 808e1239
......@@ -21,6 +21,7 @@ namespace Mall.Repository.Education
public List<RB_Education_MemberCoupon_Extend> GetList(RB_Education_MemberCoupon_Extend query)
{
StringBuilder builder = new StringBuilder();
builder.Append($" and a.`Status`=0 ");
if (query != null)
{
if (query.TenantId > 0)
......
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