update 华为Service

This commit is contained in:
Lemon
2024-03-27 16:02:20 +08:00
parent 48bc199e3a
commit 86076ef951
2 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ public interface IThirdpartySnRelationService {
*/ */
public List<ThirdpartySnRelation> selectThirdpartySnRelationList(ThirdpartySnRelation thirdpartySnRelation); public List<ThirdpartySnRelation> selectThirdpartySnRelationList(ThirdpartySnRelation thirdpartySnRelation);
public List<ThirdpartySnRelation> selectSnRelationListByStationId(String stationId);
/** /**
* 新增万车充--第三方平台桩编号对应关系 * 新增万车充--第三方平台桩编号对应关系
* *

View File

@@ -109,4 +109,7 @@
pile_sn = #{dto.pileSn,jdbcType=VARCHAR} pile_sn = #{dto.pileSn,jdbcType=VARCHAR}
AND thirdparty_type = #{dto.thirdPartyType,jdbcType=VARCHAR} AND thirdparty_type = #{dto.thirdPartyType,jdbcType=VARCHAR}
</update> </update>
<select id="selectSnRelationListByStationId" resultMap="ThirdpartySnRelationResult">
</select>
</mapper> </mapper>