@@ -7,6 +7,6 @@
select * from `jeecg-boot`.ctop_oauth_agent_token where media_id = 2
</select>
<select id="getTokenByAppId" resultType="cn.com.ctop.job.kuaishou.data.entity.OauthAgentToken">
- select * from `jeecg-boot`.ctop_oauth_agent_token where media_id = 2 and appId = #{appId}
+ select * from `jeecg-boot`.ctop_oauth_agent_token where media_id = 2 and app_id = #{appId}
</mapper>