update
This commit is contained in:
@@ -64,6 +64,16 @@ public class CmsPolicyInfoController extends BaseController {
|
||||
return success(policyInfoService.selectById(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取政策详情
|
||||
*/
|
||||
// @PreAuthorize("@ss.hasPermi('cms:policyInfo:query')")
|
||||
@ApiOperation("获取政策详情")
|
||||
@GetMapping("/detail")
|
||||
public AjaxResult detail(@RequestParam Long id) {
|
||||
return success(policyInfoService.selectById(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增政策
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user