mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 华为Service
This commit is contained in:
@@ -30,6 +30,8 @@ public interface IThirdpartySnRelationService {
|
||||
*/
|
||||
public List<ThirdpartySnRelation> selectThirdpartySnRelationList(ThirdpartySnRelation thirdpartySnRelation);
|
||||
|
||||
public List<ThirdpartySnRelation> selectSnRelationListByStationId(String stationId);
|
||||
|
||||
/**
|
||||
* 新增万车充--第三方平台桩编号对应关系
|
||||
*
|
||||
|
||||
@@ -109,4 +109,7 @@
|
||||
pile_sn = #{dto.pileSn,jdbcType=VARCHAR}
|
||||
AND thirdparty_type = #{dto.thirdPartyType,jdbcType=VARCHAR}
|
||||
</update>
|
||||
|
||||
<select id="selectSnRelationListByStationId" resultMap="ThirdpartySnRelationResult">
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user