Skip to content

Commit

Permalink
回滚错误代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhuisheng committed Aug 15, 2018
1 parent 5a548be commit 2a72174
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/mossle/party/web/OrgController.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

import com.mossle.api.tenant.TenantHolder;

import com.mossle.client.user.UserClient;

import com.mossle.core.mapper.BeanMapper;
import com.mossle.core.page.Page;

Expand Down Expand Up @@ -46,7 +44,6 @@ public class OrgController {
private PartyTypeManager partyTypeManager;
private PartyStructManager partyStructManager;
private PartyStructTypeManager partyStructTypeManager;
private UserClient userClient;
private PartyService partyService;
private BeanMapper beanMapper = new BeanMapper();
private TenantHolder tenantHolder;
Expand Down Expand Up @@ -509,11 +506,6 @@ public void setPartyStructTypeManager(
this.partyStructTypeManager = partyStructTypeManager;
}

@Resource
public void setUserClient(UserClient userClient) {
this.userClient = userClient;
}

@Resource
public void setPartyService(PartyService partyService) {
this.partyService = partyService;
Expand Down

0 comments on commit 2a72174

Please sign in to comment.