|
|
|
@ -211,23 +211,6 @@ public class PowerAxisStructServiceImpl extends BaseServiceImpl<PowerAxisStructD |
|
|
|
baseDao.delete(id); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 获取上级网格党支部 |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List<PowerAxisStructGridPartyBranchResultDTO> getGridPartyBranchList() { |
|
|
|
String customerId = loginUserUtil.getLoginUserCustomerId(); |
|
|
|
List<PowerAxisStructGridPartyBranchResultDTO> list = baseDao.getGridPartyBranchList(customerId); |
|
|
|
return list; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<PowerAxisStructPartyCommResultDTO> getPartyCommList() { |
|
|
|
String customerId = loginUserUtil.getLoginUserCustomerId(); |
|
|
|
List<PowerAxisStructPartyCommResultDTO> list = baseDao.getPartyCommList(customerId); |
|
|
|
return list; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public PowerAxisStructEntity queryModifyById(String id) { |
|
|
|
PowerAxisStructEntity entity = baseDao.selectById(id); |
|
|
|
|