yangdamao 2 년 전
부모
커밋
7427a6fa3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-api/src/main/java/com/zhongzheng/controller/cmmon/CommonController.java

+ 1 - 1
zhongzheng-api/src/main/java/com/zhongzheng/controller/cmmon/CommonController.java

@@ -293,7 +293,7 @@ public class CommonController extends BaseController {
      */
     @ApiOperation("领取题库活动记录")
     @GetMapping("/save/activity/record/{crowdType}")
-    public AjaxResult<Void> saveActivityRecord(@PathVariable("crowd") Integer crowdType) {
+    public AjaxResult<Void> saveActivityRecord(@PathVariable("crowdType") Integer crowdType) {
         DataWxTpClick dataWxTpClick = new DataWxTpClick();
         dataWxTpClick.setCrowdType(crowdType);
         dataWxTpClick.setCreateTime(DateUtils.getNowTime());