@@ -201,7 +201,7 @@
select
<include refid="AdminCallDayAllSql"/>
from admin_call_day
- where aid = #{aid} and day_date = #{dayDate}
+ where aid = #{aid} and day_date = #{now}
</select>
<insert id="insertDay">