mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-21 06:28:11 +08:00
根据汇付会员id查询配置分账的站点列表
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.StationSplitConfig;
|
||||
import com.jsowell.pile.vo.web.SplitConfigVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.Date;
|
||||
@@ -26,4 +27,11 @@ public interface StationSplitConfigMapper {
|
||||
int deleteByMerchantIdAndStationId(@Param("merchantId") String merchantId, @Param("stationId") String stationId, @Param("updateBy") String updateBy, @Param("updateTime") Date updateTime);
|
||||
|
||||
int deleteByStationId(@Param("stationId") String stationId, @Param("updateBy") String updateBy, @Param("updateTime") Date updateTime);
|
||||
|
||||
/**
|
||||
* 根据汇付会员id查询配置列表
|
||||
* @param adapayMemberId
|
||||
* @return
|
||||
*/
|
||||
List<SplitConfigVO> queryStationList(String adapayMemberId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user