lin 3 лет назад
Родитель
Сommit
a152b48775
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml Просмотреть файл

@@ -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 ">


Загрузка…
Отмена
Сохранить