winter hace 1 año
padre
commit
9d0e48d8f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      suimangService/src/main/resources/mapper/VoiceMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/VoiceMapper.xml Ver fichero

@@ -38,7 +38,7 @@
<if test=" null != languageIds ">
and language_id in
<foreach collection="lids" index="index" item="lidItem" open="(" separator="," close=")">
<foreach collection="languageIds" index="index" item="lidItem" open="(" separator="," close=")">
#{lidItem}
</foreach>
</if>


Cargando…
Cancelar
Guardar