mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 09:00:03 +08:00
update 推送联联平台后管页面
This commit is contained in:
@@ -42,6 +42,16 @@ public class ThirdPartySettingInfoServiceImpl implements IThirdPartySettingInfoS
|
||||
return thirdPartySettingInfoMapper.selectThirdPartySettingInfoList(thirdPartySettingInfo);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询第三方平台配置信息
|
||||
* @param thirdPartySettingInfo
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public ThirdPartySettingInfo selectSettingInfo(ThirdPartySettingInfo thirdPartySettingInfo) {
|
||||
return thirdPartySettingInfoMapper.selectThirdInfo(thirdPartySettingInfo);
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增第三方平台配置
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user