Explorar el Código

[退款][修改]

release_toaliyun_real
Stormeye.Wu hace 7 años
padre
commit
2eba5397b2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxRefundOrderMapper.xml

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

@@ -111,7 +111,8 @@
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>
</if>
</if>
and `refund_id` is not null
<if test=" null != sortColumns"> order by ${sortColumns} </if>
</sql>


Cargando…
Cancelar
Guardar