添加日志
							parent
							
								
									18144d3681
								
							
						
					
					
						commit
						5213974d9b
					
				|  | @ -96,6 +96,7 @@ public class IndexServiceImpl implements IndexService { | ||||||
|         param.put("page", 1); |         param.put("page", 1); | ||||||
|         param.put("limit", Integer.MAX_VALUE); |         param.put("limit", Integer.MAX_VALUE); | ||||||
|         String result = ykUtil.call(YkInfo.getTaskList, param, JSONArray.class); |         String result = ykUtil.call(YkInfo.getTaskList, param, JSONArray.class); | ||||||
|  |         log.info("result:{}",result); | ||||||
|         JSONObject jsonObject = JSONArray.parseObject(result, JSONObject.class); |         JSONObject jsonObject = JSONArray.parseObject(result, JSONObject.class); | ||||||
|         return jsonObject; |         return jsonObject; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue