修改pc端接口浏览记录
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user