Explorar el Código

fix cashout

release_toaliyun_real
xiaohanzi hace 5 años
padre
commit
d378f0e47a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml Ver fichero

@@ -51,6 +51,10 @@
<if test=" null != createDateEnd">
and `create_date` &lt;= #{createDateEnd}
</if>
<if test=" null != merchantId">
and `merchant_id` = #{merchantId}
</if>

<if test=" null != merchantName ">
and `merchant_name` like concat('%', #{merchantName},'%')


Cargando…
Cancelar
Guardar