更改来源id重复的问题

This commit is contained in:
xiaodong.hu
2023-11-13 14:30:59 +08:00
parent 87a957ddcd
commit 1bc5e6a688
3 changed files with 10 additions and 1 deletions

View File

@@ -105,4 +105,10 @@
</if>
</where>
</select>
<select id="selectByChannel" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from hy_partner_user_channel
where channel_id = #{channelId} and channel_name=#{channelName} limit 1
</select>
</mapper>