Commit d1ca56c8 by 陶光胜

配置表

parent 4260e7e0
......@@ -173,6 +173,7 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
queryDTO.setCurrentPage(currentPage);
queryDTO.setPageSize(pageSize);
ServiceResponse<Page<Map>> pageServiceResponse = mongoOperApiService.queryByPage(queryDTO);
log.info("page:{},{}", JSON.toJSONString(queryDTO), JSON.toJSONString(pageServiceResponse));
return pageServiceResponse;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment