update 查询运营商列表

This commit is contained in:
2023-11-10 17:13:27 +08:00
parent 140726f388
commit 84b93e9a3c
7 changed files with 88 additions and 11 deletions

View File

@@ -73,7 +73,8 @@ public class MemberBasicInfoController extends BaseController {
public RestApiResponse<?> getMerchantListByAuth() {
RestApiResponse<?> response = null;
List<String> deptIds = getDeptIds();
List<MerchantInfoVO> list = memberBasicInfoService.getMerchantListByAuthV2(deptIds);
// List<MerchantInfoVO> list = memberBasicInfoService.getMerchantListByAuth(deptIds);
List<MerchantInfoVO> list = memberBasicInfoService.getMerchantListByAuthV2();
if (CollectionUtils.isEmpty(list)) {
list = new ArrayList<>();
}