Explorar el Código

fix bug

release_toaliyun_real
lin hace 3 años
padre
commit
a152b48775
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar