|
|
|
@@ -1128,9 +1128,9 @@ |
|
|
|
<select id="findVerifiedUserIds" parameterType="java.util.HashMap" resultType="java.lang.Long"> |
|
|
|
select distinct c_user_id from wx_coupon_order |
|
|
|
where `tenant_id` = #{tenantId} |
|
|
|
and wco.coupon_order_status = 1 |
|
|
|
and wco.update_date >= #{verifiedStartTime} |
|
|
|
and wco.update_date <= #{verifiedEndTime} |
|
|
|
and coupon_order_status = 1 |
|
|
|
and update_date >= #{verifiedStartTime} |
|
|
|
and update_date <= #{verifiedEndTime} |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |