winter 1年前
コミット
9d0e48d8f3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      suimangService/src/main/resources/mapper/VoiceMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/VoiceMapper.xml ファイルの表示

@@ -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>


読み込み中…
キャンセル
保存