Browse Source

修改参数名称

insomniaLee 5 years ago
parent
commit
23874c8afd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/edu/nju/util/BlockChainAspect.java

+ 2 - 2
src/main/java/edu/nju/util/BlockChainAspect.java

@@ -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());