mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-20 15:19:52 +08:00
update 加日志
This commit is contained in:
@@ -567,6 +567,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
|||||||
}
|
}
|
||||||
dto.setStationDeptIds(authorizedMap.getStationDeptIds());
|
dto.setStationDeptIds(authorizedMap.getStationDeptIds());
|
||||||
dto.setMerchantDeptIds(authorizedMap.getMerchantDeptIds());
|
dto.setMerchantDeptIds(authorizedMap.getMerchantDeptIds());
|
||||||
|
log.info("后管首页基本信息查询 authorizedMap:{}, dto:{}", JSONObject.toJSONString(authorizedMap), JSONObject.toJSONString(dto));
|
||||||
return pileBasicInfoMapper.getGeneralSituation(dto);
|
return pileBasicInfoMapper.getGeneralSituation(dto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user