This commit is contained in:
parent
e7e7705c82
commit
dc0ddfc898
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue