日志日期查询
This commit is contained in:
parent
d96125c408
commit
09040c1360
|
|
@ -35,7 +35,7 @@
|
|||
and op_user_job_no =#{query.opUserJobNo}
|
||||
</if>
|
||||
<if test="query.startDate!=null and query.startDate!=''">
|
||||
and op_time >= #{query.startDate} and op_time <= DATE_ADD(#{query.endDate},1 day)
|
||||
and op_time >= #{query.startDate} and op_time < DATE_ADD(#{query.endDate},1 day)
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue