|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
module_name like concat('%',#{statistics.moduleName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="statistics.createTime != null"> |
|
|
|
|
date_format(date_calculated,'%Y-%m-%d') >= #{statistics.createTime} |
|
|
|
|
and date_format(date_calculated,'%Y-%m-%d') >= #{statistics.createTime} |
|
|
|
|
</if> |
|
|
|
|
<if test="statistics.endTime != null"> |
|
|
|
|
and date_format(date_calculated,'%Y-%m-%d') <= #{statistics.endTime} |
|
|
|
|