Sfoglia il codice sorgente

fix bug

release_toaliyun_real
lin 3 anni fa
parent
commit
a152b48775
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml Vedi File

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


Caricamento…
Annulla
Salva