This commit is contained in:
cjw 2024-08-20 11:22:53 +08:00
parent e7e7705c82
commit dc0ddfc898
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
and status = 0 and status = 0
group by day_id) t on t.day_id = rd.id group by day_id) t on t.day_id = rd.id
where rd.counselor_id = #{userId} where rd.counselor_id = #{userId}
and DATE_FORMAT(rd.day_time, '%Y-%m-%d') = #{time} and DATE_FORMAT(rd.day_time, '%Y-%m') = #{time}
</select> </select>
</mapper> </mapper>