腾讯音视频回调

This commit is contained in:
俞扬
2023-06-29 02:00:14 +08:00
parent aad7bedce3
commit 0d8e9b99dc
21 changed files with 484 additions and 64 deletions

View File

@@ -137,4 +137,10 @@
)
and deleted = 0
</select>
<select id="selectByPartnerLineId" resultType="com.cool.store.entity.HyPartnerCertificationInfoDO">
select
<include refid="Base_Column_List" />
from hy_partner_certification_info
where partner_line_id = #{partnerLineId}
</select>
</mapper>