pms台账bug提交,台账日志操作
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
|||||||
* @date 2022/10/18
|
* @date 2022/10/18
|
||||||
*/
|
*/
|
||||||
@FeignClient(value = ServerInfo.DEVICE,
|
@FeignClient(value = ServerInfo.DEVICE,
|
||||||
path = "/pmsGeneratrixWire",
|
path = "/pms/generatrixWire",
|
||||||
contextId = "pmsGeneratrixWire",
|
contextId = "pmsGeneratrixWire",
|
||||||
fallbackFactory = PmsGeneratrixClientFallbackFactory.class)
|
fallbackFactory = PmsGeneratrixClientFallbackFactory.class)
|
||||||
public interface PmsGeneratrixClient {
|
public interface PmsGeneratrixClient {
|
||||||
|
|||||||
@@ -48,8 +48,8 @@ public class RStatOrgBusbarVoltageServiceImpl extends ServiceImpl<RStatOrgBusbar
|
|||||||
@Override
|
@Override
|
||||||
public List<RStatOrgBusbarVoltageVO> getRStatOrgBusbarVoltage(StatSubstationBizBaseParam param) {
|
public List<RStatOrgBusbarVoltageVO> getRStatOrgBusbarVoltage(StatSubstationBizBaseParam param) {
|
||||||
//获取部门信息
|
//获取部门信息
|
||||||
List<DeptDTO> deptList = deptFeignClient.getDeptDescendantIndexes(param.getId(), WebUtil.filterDeptType()).getData();
|
List<DeptDTO> data = deptFeignClient.getDeptDescendantIndexes(param.getId(), WebUtil.filterDeptType()).getData();
|
||||||
List<DeptDTO> data = DeptUtil.getDeptSubsetVOList(deptList, param.getId());
|
//List<DeptDTO> data = DeptUtil.getDeptSubsetVOList(deptList, param.getId());
|
||||||
|
|
||||||
Map<String, DeptDTO> deptMap = data.stream().collect(Collectors.toMap(DeptDTO::getCode, Function.identity()));
|
Map<String, DeptDTO> deptMap = data.stream().collect(Collectors.toMap(DeptDTO::getCode, Function.identity()));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user