@@ -121,7 +121,7 @@
<select id="countByCond" resultType="Long">
SELECT
count(1)
- FROM dkic_a.t_mst_coupon_send
+ FROM dkic_a.t_mst_coupon_send tmcs
<include refid="Condition"/>
</select>