更改来源id重复的问题
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user