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