|
@@ -86,9 +86,9 @@ public class BugListServiceImpl implements BugListService {
|
|
|
//
|
|
//
|
|
|
// }catch (Exception e){}
|
|
// }catch (Exception e){}
|
|
|
try{
|
|
try{
|
|
|
-// BugListPO bugPo = bugListMapper.selectById(bugId);
|
|
|
|
|
|
|
+ BugListPO bugPo = bugListMapper.selectById(bugId);
|
|
|
JSONObject object = new JSONObject();
|
|
JSONObject object = new JSONObject();
|
|
|
- object.put("bug_id",bugId);
|
|
|
|
|
|
|
+ object.put("bug_id",bugPo.getId());
|
|
|
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());
|