휴가쿼리문 수정
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good

This commit is contained in:
dyhj625 2025-03-17 12:32:16 +09:00
parent e9f4cb2fc5
commit ada6654edd

View File

@ -122,7 +122,7 @@
</select> </select>
<select id="selectSentVacationCount" resultType="io.company.localhost.common.dto.MapDto"> <select id="selectSentVacationCount" resultType="io.company.localhost.common.dto.MapDto">
SELECT COUNT(*) as count FROM localvaca WHERE MEMBERSEQ = #{userId} AND LOCVACRMM = #{receiverId} SELECT COUNT(*) as count FROM localvaca WHERE MEMBERSEQ = #{userId} AND LOCVACRMM = #{receiverId} AND YEAR(LOCVACUDT) = YEAR(NOW())
</select> </select>