md
This commit is contained in:
parent
6d98f59b9e
commit
895f2381f2
@ -56,7 +56,7 @@ public class EmisProblemTypeController extends EmisBaseController
|
||||
/**
|
||||
* 查询问题件类型列表
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisProblemType:list')")
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisProblemType:list')")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(EmisProblemType emisProblemType)
|
||||
{
|
||||
@ -96,7 +96,7 @@ public class EmisProblemTypeController extends EmisBaseController
|
||||
/**
|
||||
* 获取问题件类型详细信息
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisProblemType:query')")
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisProblemType:query')")
|
||||
@GetMapping(value = "/{id}")
|
||||
public AjaxResult getInfo(@PathVariable("id") Integer id)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user