提交 3a2a73f8 作者: 沈振路

校验表名

上级 c7440cee
...@@ -44,7 +44,7 @@ public class CustomerDelayGraphicsController { ...@@ -44,7 +44,7 @@ public class CustomerDelayGraphicsController {
@ApiOperation("获取详情") @ApiOperation("获取详情")
@GetMapping("/detail/{id}") @GetMapping("/detail/{id}")
@AccountOperateControl(paramType = AccountParamType.TABLE_PRIMARY, paramName = "id", columnType = AccountTableColumnType.APP_ID, column = "app_id") @AccountOperateControl(paramType = AccountParamType.TABLE_PRIMARY, paramName = "id", columnType = AccountTableColumnType.APP_ID, table = "customer_graphics_delay", column = "app_id")
public GenericsResult<CustomerDelayGraphicsDetailVO> getCustomerDelayDetail(@PathVariable("id") Long id) { public GenericsResult<CustomerDelayGraphicsDetailVO> getCustomerDelayDetail(@PathVariable("id") Long id) {
return customerGraphicsDelayService.getCustomerDelayDetail(id); return customerGraphicsDelayService.getCustomerDelayDetail(id);
} }
...@@ -64,7 +64,7 @@ public class CustomerDelayGraphicsController { ...@@ -64,7 +64,7 @@ public class CustomerDelayGraphicsController {
@ApiOperation("删除") @ApiOperation("删除")
@GetMapping("/remove/{id}") @GetMapping("/remove/{id}")
@OperateLog(desc = "删除图文延时客服") @OperateLog(desc = "删除图文延时客服")
@AccountOperateControl(paramType = AccountParamType.TABLE_PRIMARY, paramName = "id", columnType = AccountTableColumnType.APP_ID, column = "app_id") @AccountOperateControl(paramType = AccountParamType.TABLE_PRIMARY, paramName = "id", columnType = AccountTableColumnType.APP_ID, table = "customer_graphics_delay", column = "app_id")
public BaseResult removeCustomerDelay(@PathVariable("id") Long id) { public BaseResult removeCustomerDelay(@PathVariable("id") Long id) {
return customerGraphicsDelayService.removeCustomerDelay(id); return customerGraphicsDelayService.removeCustomerDelay(id);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论