|
|
|
@@ -104,7 +104,7 @@ public class WxMerchantController extends BaseController { |
|
|
|
wxMerchant.updateTenantInfo(getTenantInfo()); |
|
|
|
wxMerchant.setSortColumns(BaseEntity.SortField.TopTime_DESC); |
|
|
|
wxMerchant.setStatus(EnumMerchantStatus.VALID.getCode()); |
|
|
|
wxMerchant.setRentShopType(type); |
|
|
|
wxMerchant.setType(type); |
|
|
|
return new ResultData(wxMerchantService.queryIdAndNames(wxMerchant)); |
|
|
|
} |
|
|
|
|
|
|
|
|