This commit is contained in:
2023-08-03 17:59:42 +08:00
parent ad61b2a84e
commit 27a4c771df
7 changed files with 75 additions and 2 deletions

View File

@@ -84,4 +84,9 @@ public interface PileMerchantInfoMapper {
* @return
*/
List<PileMerchantInfo> queryInfoListByIds(@Param("deptIds") List<String> deptIds);
/**
* 查询一级运营商
*/
List<PileMerchantInfo> queryFirstLevelMerchant();
}