Explorar el Código

修改参数名称

insomniaLee hace 5 años
padre
commit
23874c8afd
Se han modificado 1 ficheros con 2 adiciones y 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());