Commit c40af046 authored by zhangsen's avatar zhangsen

Merge remote-tracking branch 'origin/develop_dl_bugfix' into develop_dl_bugfix

parents d593bab8 e7e27056
......@@ -39,7 +39,7 @@
WHERE
1=1
<if test="time!=null">
and TO_DAYS(m.time) = TO_DAYS('#{time}')
and TO_DAYS(m.time) = TO_DAYS(#{time})
</if>
<if test="type!=null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment