|
|
|
@@ -61,7 +61,7 @@ |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != reportDateOrMonthLike and '' != reportDateOrMonthLike"> |
|
|
|
and (`report_date` = #{reportDateOrMonthLike} or report_date like concat('', date_format(#{reportDateOrMonthLike},'%Y-%m'),'-%')) |
|
|
|
and (`report_date` = #{reportDateOrMonthLike} or report_date = date_format(#{reportDateOrMonthLike},'%Y-%m')) |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != month "> |
|
|
|
|