修改pc端接口浏览记录

This commit is contained in:
chenshaohua
2026-07-24 20:27:21 +08:00
parent 8eec526723
commit c8fc1c8f9e

View File

@@ -51,8 +51,8 @@ public class CmsHrUserBehaviorRecordController extends BaseController {
* 上报浏览行为/投递行为
*/
@ApiOperation("上报浏览行为/投递行为")
@PreAuthorize("@ss.hasPermi('cms:behavior:report')")
@Log(title = "用户培训经历", businessType = BusinessType.INSERT)
//@PreAuthorize("@ss.hasPermi('cms:behavior:report')")
@Log(title = "浏览行为", businessType = BusinessType.INSERT)
@PostMapping("/report")
public AjaxResult reportBehavior(@RequestBody HrUserBehaviorRecord record) {
HrUserBehaviorRecord exist = hrUserBehaviorRecordService.getExistViewRecord(