|
@@ -90,7 +90,7 @@ public class BlockChainAspect {
|
|
|
if(report==null){
|
|
|
bugReviewVO.put("bugReportId",bugId);
|
|
|
bugReviewVO.put("bugReportScore",Integer.parseInt(grade));
|
|
|
- bugReviewVO.put("reportViewer",defaultString);
|
|
|
+ bugReviewVO.put("reportReviewer",defaultString);
|
|
|
bugReviewVO.put("taskId",defaultString);
|
|
|
bugReviewVO.put("taskName",defaultString);
|
|
|
bugReviewVO.put("testReportId",defaultString);
|
|
@@ -99,7 +99,7 @@ public class BlockChainAspect {
|
|
|
}else{
|
|
|
bugReviewVO.put("bugReportId",bugId);
|
|
|
bugReviewVO.put("bugReportScore",Integer.parseInt(grade));
|
|
|
- bugReviewVO.put("reportViewer",defaultString);
|
|
|
+ bugReviewVO.put("reportReviewer",defaultString);
|
|
|
bugReviewVO.put("taskId",report.getCase_take_id());
|
|
|
|
|
|
Task task=taskDao.findById(report.getTask_id());
|