@ -861,7 +861,7 @@
FROM
ic_resi_user a
LEFT JOIN (
SELECT ID_CARD, count( id ) AS count
SELECT ID_CARD, count(distinct v.INOCULATE_TIME ) AS count
FROM ic_vaccine
WHERE DEL_FLAG = '0' AND CUSTOMER_ID = #{customerId}
<if test="startDate != null and startDate != ''">