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