接口查询 不做日志记录
日志记录为 员工名称
This commit is contained in:
@@ -26,7 +26,6 @@ public class TbCouponCategoryController {
|
||||
private final TbCouponCategoryService tbCouponCategoryService;
|
||||
|
||||
@GetMapping
|
||||
@Log("查询团购卷类别")
|
||||
@ApiOperation("查询团购卷类别")
|
||||
public ResponseEntity<Object> queryTbCouponCategory(TbCouponCategoryQueryCriteria criteria, Pageable pageable){
|
||||
return new ResponseEntity<>(tbCouponCategoryService.queryAll(criteria,pageable),HttpStatus.OK);
|
||||
|
||||
Reference in New Issue
Block a user