update 新增站点白名单

This commit is contained in:
2023-11-02 09:33:45 +08:00
parent 76ed77250b
commit 632816e7d4
4 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
package com.jsowell.pile.service;
import com.jsowell.common.core.domain.vo.AuthorizedDeptVO;
import com.jsowell.pile.domain.PileMerchantInfo;
import com.jsowell.pile.dto.CreateMerchantDTO;
import com.jsowell.pile.dto.QueryMerchantInfoDTO;
@@ -119,5 +118,8 @@ public interface IPileMerchantInfoService {
*/
PileMerchantInfo getFirstLevelMerchantByMerchantId(String merchantId);
/**
* 通过merchantId获取一级运营商id
*/
String getFirstLevelMerchantIdByMerchantId(String merchantId);
}