浏览代码

fix

photo
winter 1年前
父节点
当前提交
d73f85434f
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      suimangService/src/main/resources/mapper/UserPersonMouldMapper.xml
  2. +2
    -2
      suimangService/src/main/resources/mapper/UserVoiceLanguageMapper.xml

+ 2
- 2
suimangService/src/main/resources/mapper/UserPersonMouldMapper.xml 查看文件

@@ -31,7 +31,7 @@
</sql> </sql>


<select id="findMouldIdList" parameterType="com.iformall.domain.po.sm.UserPersonMould" resultType="Long"> <select id="findMouldIdList" parameterType="com.iformall.domain.po.sm.UserPersonMould" resultType="Long">
select person_mould_id
select distinct person_mould_id
from user_person_mould from user_person_mould
<if test=" null != userId "> <if test=" null != userId ">
where c_user_id = #{userId} where c_user_id = #{userId}
@@ -45,7 +45,7 @@
</select> </select>
<select id="findCUserIdList" parameterType="com.iformall.domain.po.sm.UserPersonMould" resultType="Long"> <select id="findCUserIdList" parameterType="com.iformall.domain.po.sm.UserPersonMould" resultType="Long">
select c_user_id
select distinct c_user_id
from user_person_mould from user_person_mould
where person_mould_id = #{personMouldId} where person_mould_id = #{personMouldId}
</select> </select>


+ 2
- 2
suimangService/src/main/resources/mapper/UserVoiceLanguageMapper.xml 查看文件

@@ -31,7 +31,7 @@
</sql> </sql>


<select id="findVoiceIdList" parameterType="com.iformall.domain.po.sm.UserVoiceLanguage" resultType="Long"> <select id="findVoiceIdList" parameterType="com.iformall.domain.po.sm.UserVoiceLanguage" resultType="Long">
select voice_language_id
select distinct voice_language_id
from user_voice_language from user_voice_language
<if test=" null != userId "> <if test=" null != userId ">
@@ -47,7 +47,7 @@
</select> </select>
<select id="findCUserIdList" parameterType="com.iformall.domain.po.sm.UserVoiceLanguage" resultType="Long"> <select id="findCUserIdList" parameterType="com.iformall.domain.po.sm.UserVoiceLanguage" resultType="Long">
select c_user_id
select distinct c_user_id
from user_voice_language from user_voice_language
where voice_language_id = #{voiceLanguageId} where voice_language_id = #{voiceLanguageId}
</select> </select>


正在加载...
取消
保存