update 打印日志

This commit is contained in:
2023-08-18 17:02:10 +08:00
parent 1717dc5e2f
commit 739964eb03

View File

@@ -63,7 +63,7 @@ public class PileController extends BaseController {
List<String> deptIds = pileMerchantInfoService.getDeptIdsByAppId(appId); List<String> deptIds = pileMerchantInfoService.getDeptIdsByAppId(appId);
queryStationDTO.setMerchantDeptIds(deptIds); queryStationDTO.setMerchantDeptIds(deptIds);
} }
logger.info("uniApp查询充电站信息并通过经纬度排序appId:{}, dto:{}", appId, JSON.toJSONString(queryStationDTO)); logger.info("uniApp查询充电站信息appId:{}, dto:{}", appId, JSON.toJSONString(queryStationDTO));
PageResponse pageResponse = pileStationInfoService.uniAppQueryStationInfoList(queryStationDTO); PageResponse pageResponse = pileStationInfoService.uniAppQueryStationInfoList(queryStationDTO);
response = new RestApiResponse<>(pageResponse); response = new RestApiResponse<>(pageResponse);
} catch (BusinessException e) { } catch (BusinessException e) {