Explorar el Código

[分账对账单][修改][查询]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
090fa74ed2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml

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

@@ -141,7 +141,7 @@
<if test="id!=null">
and pso.id =#{id}
</if>
<if test="merchantName!=null">
<if test="merchantName!=null and ''!=merchantName">
and m.`name` like concat('%',#{merchantName},'%')
</if>
<if test="startdate!=null and enddate!=null">


Cargando…
Cancelar
Guardar