Browse Source

[bug][修改][【ID1001911】C端-我的活动-已经结束的活动没有进入已过期状态页面下]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
122a557823
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml View File

@@ -83,7 +83,7 @@
and aj.`tenant_id` = #{tenantId} and aj.`tenant_id` = #{tenantId}
</if> </if>
<if test=" null != statusStr and ''!=statusStr"> <if test=" null != statusStr and ''!=statusStr">
and aj.`status` in (${statusStr})
and aj.`status` in (${statusStr}) and a.`status`=2
</if> </if>
<if test=" null != status"> <if test=" null != status">
and a.`status`= 1 and a.`status`= 1


Loading…
Cancel
Save