Browse Source

fix bug

release_toaliyun_real
lin 3 years ago
parent
commit
a152b48775
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml

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

@@ -61,7 +61,7 @@
</if> </if>
<if test=" null != reportDateOrMonthLike and '' != reportDateOrMonthLike"> <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>


<if test=" null != month "> <if test=" null != month ">


Loading…
Cancel
Save