|
|
|
@@ -84,7 +84,7 @@ |
|
|
|
<select id="findAvaPasswordListByCouponId" parameterType="com.iformall.domain.po.WxCouponPassword" resultMap="BaseResultMap"> |
|
|
|
select <include refid="allColumns" /> |
|
|
|
from wx_coupon_password |
|
|
|
<where> `status` not in (3,4) |
|
|
|
<where> |
|
|
|
<if test=" null != tenantId "> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
|