Commit b9009246 authored by 黎博's avatar 黎博

修改bug洗数据

parent bca2cb7e
......@@ -200,7 +200,6 @@ public class EffectController {
List<JiraBugPool> jiraBugPoolList = jiraBugPoolService.list(queryWrapper);
for (JiraBugPool jiraBugPool: jiraBugPoolList) {
JSONObject jsonObject = new JSONObject();
jsonObject.put("id", jiraBugPool.getId());
jsonObject.put("key", jiraBugPool.getKey());
jsonObject.put("summary", jiraBugPool.getSummary());
jsonObject.put("priority", jiraBugPool.getPriority());
......
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