mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 第三方平台整合方法
This commit is contained in:
@@ -332,5 +332,26 @@
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
|
||||
<select id="getRelationInfoListV2" resultType="com.jsowell.pile.vo.base.ThirdPartyStationRelationVO">
|
||||
SELECT
|
||||
t1.station_id AS stationId,
|
||||
t1.third_party_type AS thirdPartyType,
|
||||
t2.platform_name AS thirdPartyName,
|
||||
t2.start_mode AS startMode,
|
||||
t2.url_prefix AS urlAddress,
|
||||
t2.their_operator_id AS theirOperatorId,
|
||||
t2.their_operator_secret AS theirOperatorSecret,
|
||||
t2.their_sig_secret AS theirSignSecret,
|
||||
t2.their_data_secret AS theirDataSecret,
|
||||
t2.their_data_secret_iv AS theirDataSecretIv,
|
||||
t2.our_operator_secret AS ourOperatorSecret,
|
||||
t2.our_sig_secret AS ourSignSecret,
|
||||
t2.our_data_secret AS ourDataSecret,
|
||||
t2.our_data_secret_iv AS ourDataSecretIv
|
||||
FROM
|
||||
thirdparty_station_relation t1
|
||||
JOIN thirdparty_secret_info t2 ON t1.third_party_type = t2.platform_type
|
||||
where t1.del_flag = '0'
|
||||
and t1.station_id = #{stationId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user