Ver a proveniência

[交易对账单][修改][查询]

release_toaliyun_real
gongbiao há 7 anos
ascendente
cometimento
dcead688e7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Ver ficheiro

@@ -441,7 +441,7 @@
<if test="tenantId!=null">
and o.tenant_id =#{tenantId}
</if>
<if test="merchantName!=null">
<if test="merchantName!=null and merchantName!=''">
and o.`merchant_name` like concat('%',#{merchantName},'%')
</if>
<if test="startdate!=null and enddate!=null">


Carregando…
Cancelar
Guardar