|
|
|
@@ -139,8 +139,8 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
wxMerchant.setTenantId(tenantId); |
|
|
|
wxMerchant.setStatus(EnumMerchantStatus.VALID.getCode()); |
|
|
|
List<WxMerchant> wxMerchantList = wxMerchantMapper.findList(wxMerchant); |
|
|
|
WxMerchantSimpleVo wxMerchantSimpleVo = new WxMerchantSimpleVo(); |
|
|
|
List<WxMerchantSimpleVo> collect = wxMerchantList.stream().map(x -> { |
|
|
|
WxMerchantSimpleVo wxMerchantSimpleVo = new WxMerchantSimpleVo(); |
|
|
|
wxMerchantSimpleVo.setId(x.getId()); |
|
|
|
wxMerchantSimpleVo.setMerchantName(x.getName()); |
|
|
|
wxMerchantSimpleVo.setBusinessId(x.getBusinessId()); |
|
|
|
|