|
@@ -88,7 +88,7 @@ public class BugListServiceImpl implements BugListService {
|
|
|
try{
|
|
try{
|
|
|
BugListPO bugPo = bugListMapper.selectById(bugId);
|
|
BugListPO bugPo = bugListMapper.selectById(bugId);
|
|
|
JSONObject object = new JSONObject();
|
|
JSONObject object = new JSONObject();
|
|
|
- object.put("bug_id",bugPo.getId());
|
|
|
|
|
|
|
+ object.put("bug_id",123);
|
|
|
object.put("project_id",po.getProjectId());
|
|
object.put("project_id",po.getProjectId());
|
|
|
object.put("user_id",po.getProcessorId());
|
|
object.put("user_id",po.getProcessorId());
|
|
|
object.put("priority",po.getPriority());
|
|
object.put("priority",po.getPriority());
|