update 加日志

This commit is contained in:
2023-05-13 17:19:10 +08:00
parent 70839dcc5b
commit 3f8405d3d2

View File

@@ -567,6 +567,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
}
dto.setStationDeptIds(authorizedMap.getStationDeptIds());
dto.setMerchantDeptIds(authorizedMap.getMerchantDeptIds());
log.info("后管首页基本信息查询 authorizedMap:{}, dto:{}", JSONObject.toJSONString(authorizedMap), JSONObject.toJSONString(dto));
return pileBasicInfoMapper.getGeneralSituation(dto);
}