|
@@ -71,6 +71,7 @@ public class WebsiteTourismProjectTravelNotesController {
|
|
|
* @return 应答结果对象,包含查询结果集。
|
|
|
*/
|
|
|
@OperationLog(type = SysOperationLogType.LIST)
|
|
|
+ @SaIgnore
|
|
|
@GetMapping("/travelNotesPageList")
|
|
|
public ResponseResult<MyPageData<TourTourismProjectTravelNotesVo>> travelNotesPageList(TourismProjectTravelNotesToWebDto tourismProjectTravelNotesToWebDto) {
|
|
|
MyPageData<TourTourismProjectTravelNotesVo> tourTourismProjectTravelNotesList = basicToWebServicel.getTravelNotesPageList(tourismProjectTravelNotesToWebDto);
|
|
@@ -133,6 +134,7 @@ public class WebsiteTourismProjectTravelNotesController {
|
|
|
*/
|
|
|
@OperationLog(type = SysOperationLogType.ADD)
|
|
|
@GetMapping("/travelNotesViewCountAdd")
|
|
|
+ @SaIgnore
|
|
|
public ResponseResult<Void> travelNotesViewCountAdd(@RequestParam Long travelNotesId) {
|
|
|
basicToWebServicel.travelNotesViewCountAdd(travelNotesId);
|
|
|
return ResponseResult.success();
|