Explorar o código

修改参数名称

insomniaLee %!s(int64=5) %!d(string=hai) anos
pai
achega
23874c8afd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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());