|
@@ -82,7 +82,6 @@ public class WebsiteTourismProjectTravelNotesController {
|
|
|
* @return 应答结果对象,包含查询结果集。
|
|
|
*/
|
|
|
@OperationLog(type = SysOperationLogType.LIST)
|
|
|
- @SaIgnore
|
|
|
@GetMapping("/travelNotesPageList")
|
|
|
@SaIgnore
|
|
|
public ResponseResult<MyPageData<TourismProjectTravelNotesWriteVo>> travelNotesPageList(TourismTravelNotesWriteDto tourismTravelNotesWriteDto) {
|
|
@@ -193,7 +192,6 @@ public class WebsiteTourismProjectTravelNotesController {
|
|
|
* param travelNotesId 游记id
|
|
|
* @return 应答结果对象,包含查询结果集。
|
|
|
*/
|
|
|
- @SaIgnore
|
|
|
@OperationLog(type = SysOperationLogType.ADD)
|
|
|
@GetMapping("/travelNotesViewCountAdd")
|
|
|
@SaIgnore
|